mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| if (SLIC3R_STATIC)
 | |
|     set(CGAL_Boost_USE_STATIC_LIBS ON)
 | |
| endif ()
 | |
| 
 | |
| find_package(CGAL REQUIRED)
 | |
| 
 | |
| add_executable(meshboolean MeshBoolean.cpp)
 | |
| 
 | |
| target_link_libraries(meshboolean libslic3r CGAL::CGAL)
 | |
| 
 | |
| if (WIN32)
 | |
|     prusaslicer_copy_dlls(meshboolean)
 | |
| endif()
 | 
