4 lines
98 B
CMake
4 lines
98 B
CMake
add_executable(DirectGLRender main.cpp)
|
|
|
|
target_link_libraries(DirectGLRender PRIVATE ${ULRE})
|