Initial commit
This commit is contained in:
commit
1c6b515826
13 changed files with 33425 additions and 0 deletions
8
client/CMakeLists.txt
Normal file
8
client/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
project(pigeon-client)
|
||||
|
||||
find_package(SDL2 REQUIRED)
|
||||
find_package(GLEW REQUIRED)
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/src)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue