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