ULRE/example/OutputGLInfo/CMakeLists.txt

6 lines
96 B
CMake
Raw Normal View History

2018-11-28 15:58:11 +08:00
add_executable(OutputGLInfo main.cpp)
2018-11-30 13:57:57 +08:00
target_link_libraries(OutputGLInfo PRIVATE ${ULRE})
2018-11-28 15:58:11 +08:00