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, 0 insertions, 7 deletions
diff --git a/core/config/CMakeLists.txt b/core/config/CMakeLists.txt
deleted file mode 100644
index 39752d4..0000000
--- a/core/config/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-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")