orcaslicer/sandboxes/meshboolean/CMakeLists.txt
lane.wei 1555904bef Add the full source of BambuStudio
using version 1.0.10
2022-07-15 23:42:08 +08:00

7 lines
149 B
CMake

add_executable(meshboolean MeshBoolean.cpp)
target_link_libraries(meshboolean libslic3r)
if (WIN32)
prusaslicer_copy_dlls(meshboolean)
endif()