3 lines
90 B
CMake
3 lines
90 B
CMake
add_executable(hello_triangle main.cpp)
|
|
target_link_libraries(hello_triangle PRIVATE vde)
|