From 8f0dda5eab181b0f14f2652b4e984aaaae3f258c Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 27 Jun 2022 18:27:13 -0700 Subject: Start from a clean slate --- CMakeLists.txt | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 1a05b14..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -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) - if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") - add_compile_options(-fdiagnostics-color=always) - elseif(CMAKE_CXX_COMPILER_ID STREQUAL "Clang") - add_compile_options(-fcolor-diagnostics) - endif() -endif() - -set(LINUX ${CMAKE_SYSTEM_NAME} MATCHES "Linux") - -include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake) -conan_basic_setup() - -add_subdirectory(3rdparty/imgui) -add_subdirectory(3rdparty/implot) -add_subdirectory(3rdparty/imgui-node-editor) -add_subdirectory(3rdparty/sqlitecpp) -add_subdirectory(core) -- cgit v1.2.3-70-g09d2