ULRE/example/NullWindow/CMakeLists.txt

4 lines
119 B
CMake
Raw Normal View History

2018-11-27 15:43:32 +08:00
add_executable(NullWindow main.cpp)
target_link_libraries(NullWindow PRIVATE MathGeoLib glfw GL ULRE.RenderDevice)