Files
OrcaSlicer-bambulab/sandboxes/meshboolean/CMakeLists.txt
2019-12-09 15:34:48 +01:00

5 lines
129 B
CMake

find_package(CGAL REQUIRED)
add_executable(meshboolean MeshBoolean.cpp)
target_link_libraries(meshboolean libslic3r CGAL::CGAL)