summaryrefslogtreecommitdiffstats
path: root/core/config/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/CMakeLists.txt')
-rw-r--r--core/config/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/config/CMakeLists.txt b/core/config/CMakeLists.txt
new file mode 100644
index 0000000..39752d4
--- /dev/null
+++ b/core/config/CMakeLists.txt
@@ -0,0 +1,7 @@
+target_sources(core PRIVATE
+ "${CMAKE_CURRENT_LIST_DIR}/boolean.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/boolean.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/ivalue.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/number.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/string.cc"
+ "${CMAKE_CURRENT_LIST_DIR}/string.hh")