ULRE/example/DirectGLRender/CMakeLists.txt

4 lines
98 B
CMake
Raw Normal View History

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