6 lines
96 B
CMake
6 lines
96 B
CMake
add_executable(OutputGLInfo main.cpp)
|
|
|
|
target_link_libraries(OutputGLInfo PRIVATE ${ULRE})
|
|
|
|
|