PrusaSlicer-NonPlainar/sandboxes/meshboolean/CMakeLists.txt

8 lines
149 B
CMake
Raw Normal View History

add_executable(meshboolean MeshBoolean.cpp)
2020-01-16 12:20:17 +00:00
target_link_libraries(meshboolean libslic3r)
if (WIN32)
prusaslicer_copy_dlls(meshboolean)
endif()