Compare commits

..

No commits in common. "37aa497ebfd3855fdbd6fdfec4fc534640c12320" and "fc07424af4870157e856b0c96170bdba9b475dd0" have entirely different histories.

7 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}")
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_C_STANDARD 23)
file(GLOB_RECURSE source_files . src/**.cpp src/**.c vendor/renderer/**.c vendor/ceramic/**.cpp)
file(GLOB_RECURSE source_files . src/**.cpp src/**.c vendor/renderer/**.c)
include_directories(vendor/)
add_subdirectory(vendor/SDL3/ EXCLUDE_FROM_ALL)