5 lines
116 B
CMake
5 lines
116 B
CMake
add_executable(DirectGLTexture main.cpp TGATexture.cpp)
|
|
|
|
target_link_libraries(DirectGLTexture PRIVATE ${ULRE})
|
|
|