ULRE/example/NullWindow/CMakeLists.txt
2018-11-27 16:16:23 +08:00

4 lines
101 B
CMake

add_executable(NullWindow main.cpp)
target_link_libraries(NullWindow PRIVATE MathGeoLib glfw GL)