Files
ViewDesignEngine/examples/01_hello_triangle/CMakeLists.txt
T

3 lines
90 B
CMake

add_executable(hello_triangle main.cpp)
target_link_libraries(hello_triangle PRIVATE vde)