first
This commit is contained in:
17
source/CMakeLists.txt
Normal file
17
source/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# ADD SOURCES HERE
|
||||
set(SOURCE_FILES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${SOURCE_FILES})
|
||||
|
||||
target_link_libraries(
|
||||
${PROJECT_NAME}
|
||||
PRIVATE
|
||||
OpenGL::GL
|
||||
GLEW::GLEW
|
||||
glfw)
|
||||
target_sources(
|
||||
${PROJECT_NAME}
|
||||
main.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user