ULRE/example/OutputGLInfo/CMakeLists.txt

6 lines
114 B
CMake
Raw Normal View History

2018-11-28 15:58:11 +08:00
add_executable(OutputGLInfo main.cpp)
target_link_libraries(OutputGLInfo PRIVATE glfw GL ULRE.RenderDevice)