Files
OrcaSlicer-bambulab/sandboxes/meshboolean/CMakeLists.txt
T

8 lines
149 B
CMake
Raw Normal View History

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