Fix ctests

This commit is contained in:
Stepanov Igor
2024-12-21 01:26:27 +03:00
parent c8c5b45665
commit 6863282a1e
3 changed files with 18 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ option(VOXELENGINE_BUILD_APPDIR "" OFF)
option(VOXELENGINE_BUILD_TESTS "" OFF)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_subdirectory(src)
add_executable(${PROJECT_NAME} src/main.cpp)