refactoring
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user