aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJulien Dessaux2019-03-27 13:52:49 +0100
committerJulien Dessaux2019-03-27 15:21:02 +0100
commit3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb (patch)
treecdbbd1cb9662997b9987fe21340e0b165c444002 /common
parentMade all settings customisable through a config file. (diff)
downloadbastion-3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb.tar.gz
bastion-3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb.tar.bz2
bastion-3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb.zip
Added uthash as a git submodule
Diffstat (limited to '')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 2de8714..d28cbec 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,3 +1,4 @@
+include_directories("${PROJECT_SOURCE_DIR}/external/uthash/src")
include_directories("${CMAKE_CURRENT_BINARY_DIR}")
file(GLOB_RECURSE SOURCES *.c)