5 lines
113 B
CMake
5 lines
113 B
CMake
add_executable(DrawTriangle main.cpp)
|
|
|
|
target_link_libraries(DrawTriangle PRIVATE glfw GL ULRE.RenderDevice)
|
|
|