summaryrefslogtreecommitdiff
path: root/3rdparty/libconfig
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/libconfig')
-rw-r--r--3rdparty/libconfig/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/3rdparty/libconfig/CMakeLists.txt b/3rdparty/libconfig/CMakeLists.txt
index e98b46a5c..306a85aec 100644
--- a/3rdparty/libconfig/CMakeLists.txt
+++ b/3rdparty/libconfig/CMakeLists.txt
@@ -23,4 +23,7 @@ set( LIBCONFIG_SOURCES
"${CMAKE_CURRENT_SOURCE_DIR}/scanctx.c"
"${CMAKE_CURRENT_SOURCE_DIR}/scanner.c"
"${CMAKE_CURRENT_SOURCE_DIR}/strbuf.c"
- CACHE INTERNAL "libconfig sources" ) \ No newline at end of file
+ CACHE INTERNAL "libconfig sources" )
+set( LIBCONFIG_DEFINITIONS
+ "-DLIBCONFIG_STATIC"
+ CACHE INTERNAL "libconfig definitions" ) \ No newline at end of file