aboutsummaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index f17335a..337ed63 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -38,6 +38,12 @@ file(GLOB_RECURSE CPLT_CORE_SOURCES_NORMAL
)
add_executable(CpltCore ${CPLT_CORE_SOURCES_SPECIAL} ${CPLT_CORE_SOURCES_NORMAL})
+set_target_properties(CpltCore
+PROPERTIES
+ CXX_STANDARD 20
+ CXX_STANDARD_REQUIRED ON
+ CXX_EXTENSIONS OFF
+)
set(CPLT_CORE_SOURCES_NORMAL_UNITY_EXCLUDED
src/Entrypoint/main.cpp
@@ -65,13 +71,11 @@ PROPERTIES
target_include_directories(CpltCore PRIVATE
${CMAKE_CURRENT_LIST_DIR}/src
- ${CMAKE_SOURCE_DIR}/3rdparty/iconfontheaders
- ${CMAKE_SOURCE_DIR}/3rdparty/imgui
- ${CMAKE_SOURCE_DIR}/3rdparty/imgui-node-editor
)
target_link_libraries(CpltCore
PRIVATE
${CONAN_LIBS}
+ icon-font-headers
imgui
implot
imgui-node-editor