6 lines
114 B
CMake
6 lines
114 B
CMake
add_executable(OutputGLInfo main.cpp)
|
|
|
|
target_link_libraries(OutputGLInfo PRIVATE glfw GL ULRE.RenderDevice)
|
|
|
|
|