ULRE/example/DirectGLTexture/CMakeLists.txt

5 lines
101 B
CMake
Raw Normal View History

2018-12-07 19:39:00 +08:00
add_executable(DirectGLTexture main.cpp)
target_link_libraries(DirectGLTexture PRIVATE ${ULRE})