diff options
author | Julien Dessaux | 2019-03-27 13:52:49 +0100 |
---|---|---|
committer | Julien Dessaux | 2019-03-27 15:21:02 +0100 |
commit | 3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb (patch) | |
tree | cdbbd1cb9662997b9987fe21340e0b165c444002 /common | |
parent | Made all settings customisable through a config file. (diff) | |
download | bastion-3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb.tar.gz bastion-3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb.tar.bz2 bastion-3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb.zip |
Added uthash as a git submodule
Diffstat (limited to 'common')
-rw-r--r-- | common/CMakeLists.txt | 1 |
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) |