should prob put this on git sometime

This commit is contained in:
2026-01-03 01:48:40 +01:00
commit 1b8cc96164
52 changed files with 12002 additions and 0 deletions

12
CMakeLists.txt Normal file
View 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)