refactoring

This commit is contained in:
Daniel Ledda
2022-12-27 07:04:24 +01:00
parent 82906bd3de
commit 783f9ee055
4 changed files with 215 additions and 189 deletions

View File

@@ -3,7 +3,7 @@ project(somaesque)
set(CMAKE_BUILD_TYPE Release)
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
set(CMAKE_CXX_FLAGS_RELEASE "-O2")
#find_package(glfw3 3.3 REQUIRED)
#find_package(glm REQUIRED)
@@ -14,6 +14,8 @@ add_executable(somaesque
main.cpp
VoxelSpace.cpp
VoxelSpace.h
SomaSolve.cpp
SomaSolve.h
)
#target_link_libraries(somaesque glfw GL X11 pthread Xrandr dl SDL2 glm::glm)
#target_include_directories(somaesque PRIVATE src/KHR src/glad)