4 lines
121 B
CMake
4 lines
121 B
CMake
find_package(glfw3 REQUIRED)
|
|
|
|
add_executable(client "src/main.cpp")
|
|
target_link_libraries(client PRIVATE openblocks glfw) |