3 lines
88 B
CMake
3 lines
88 B
CMake
|
|
add_executable(demo_3d_print main.cpp)
|
||
|
|
target_link_libraries(demo_3d_print PRIVATE vde)
|