From 2cf952088d375ac8b2f45b144462af0953436cff Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 29 Jun 2022 10:47:12 -0700 Subject: Convert CMake to use include directory inheritance through library targets --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a05b14..da50547 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,5 @@ cmake_minimum_required(VERSION 3.18) project(Cplt LANGUAGES CXX) -set(CMAKE_CXX_STANDARD 20) -set(CMAKE_CXX_STANDARD_REQUIRED ON) option(FORCE_COLORED_OUTPUT "Always produce ANSI-colored output (GNU/Clang only)." ON) if(FORCE_COLORED_OUTPUT) @@ -17,6 +15,7 @@ set(LINUX ${CMAKE_SYSTEM_NAME} MATCHES "Linux") include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) conan_basic_setup() +add_subdirectory(3rdparty/iconfontheaders) add_subdirectory(3rdparty/imgui) add_subdirectory(3rdparty/implot) add_subdirectory(3rdparty/imgui-node-editor) -- cgit v1.2.3-70-g09d2