mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 12:41:18 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_executable(meshboolean MeshBoolean.cpp)
 | 
						|
 | 
						|
target_link_libraries(meshboolean libslic3r)
 | 
						|
 | 
						|
if (WIN32)
 | 
						|
    prusaslicer_copy_dlls(meshboolean)
 | 
						|
endif()
 |