ULRE/example/DirectGLTexture/CMakeLists.txt

5 lines
116 B
CMake
Raw Normal View History

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