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

10 lines
198 B
CMake
Raw Normal View History

2019-12-10 15:10:39 +01:00
if (SLIC3R_STATIC)
set(CGAL_Boost_USE_STATIC_LIBS ON)
endif ()
find_package(CGAL REQUIRED)
2019-12-10 15:10:39 +01:00
add_executable(meshboolean MeshBoolean.cpp)
2019-12-10 15:10:39 +01:00
target_link_libraries(meshboolean libslic3r CGAL::CGAL)