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