should prob put this on git sometime
This commit is contained in:
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 3.31)
|
||||
project(Destrum)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
if (MSVC)
|
||||
# Disable Just My Code debugging
|
||||
add_compile_options(/JMC-)
|
||||
endif()
|
||||
|
||||
add_subdirectory(destrum)
|
||||
add_subdirectory(lightkeeper)
|
||||
Reference in New Issue
Block a user