daily update
This commit is contained in:
15
lighting-colors/CMakeLists.txt
Executable file
15
lighting-colors/CMakeLists.txt
Executable file
@@ -0,0 +1,15 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(lighting-color)
|
||||
|
||||
add_executable(
|
||||
${PROJECT_NAME}
|
||||
main.cc
|
||||
glad.c
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
${PROJECT_NAME}
|
||||
PRIVATE
|
||||
libglfw3.a
|
||||
)
|
||||
Reference in New Issue
Block a user