first commit
This commit is contained in:
15
CMakeLists.txt
Normal file
15
CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
cmake_minimum_required(VERSION 3.18)
|
||||
project(somaesque)
|
||||
|
||||
#find_package(glfw3 3.3 REQUIRED)
|
||||
#find_package(glm REQUIRED)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_FLAGS -I/usr/include/SDL2)
|
||||
|
||||
add_executable(somaesque
|
||||
main.cpp
|
||||
VoxelSpace.cpp
|
||||
VoxelSpace.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