summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Szmigin <smidge@xsco.net>2020-08-09 23:49:54 +0100
committerGitHub <noreply@github.com>2020-08-09 23:49:54 +0100
commit7880bfe9cbcfda05a38a74e6a53f1ce5e8cc8b6d (patch)
treeaced2b087d18190db9dc8bd1b0e6f0436ae2b2f9
parent137a2c1a5faee434bbda625b2ea7f99bc8900ed6 (diff)
parent9634acb5efe7cdfe80611624234da7fe3005422f (diff)
Merge pull request #20 from xsco/enh/fix_cmake_ext_sqlite
CMake build fixed for ext sqlite_modern_cpp
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 060a8f7..ea07846 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,6 +49,7 @@ target_include_directories(
djinterop PUBLIC
${SQLite3_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIRS}
+ ext/sqlite_modern_cpp
include src)
target_link_libraries(