ULRE/example/DrawTriangle/CMakeLists.txt

5 lines
113 B
CMake
Raw Normal View History

2018-11-28 15:58:11 +08:00
add_executable(DrawTriangle main.cpp)
target_link_libraries(DrawTriangle PRIVATE glfw GL ULRE.RenderDevice)