Set up basic project
This commit is contained in:
parent
912b9bf318
commit
26a3775406
10 changed files with 5878 additions and 350 deletions
15
example/CMakeLists.txt
Normal file
15
example/CMakeLists.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
add_executable(example
|
||||
"main.cpp"
|
||||
)
|
||||
|
||||
target_include_directories(example PRIVATE
|
||||
${CMAKE_SOURCE_DIR}/GLFramework/include
|
||||
${OPENGL_INCLUDE_DIRS}
|
||||
glfw
|
||||
${CMAKE_SOURCE_DIR}/vendor/include
|
||||
)
|
||||
|
||||
target_link_libraries(example
|
||||
GLFramework
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue