Files

3 lines
84 B
CMake

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