mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Moved the GLEW dependencies from libslic3r to the gui slic3r library.
This commit is contained in:
		
							parent
							
								
									349e30a39c
								
							
						
					
					
						commit
						33ef1173a7
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -189,7 +189,6 @@ target_link_libraries(libslic3r
 | 
			
		|||
    clipper
 | 
			
		||||
    nowide
 | 
			
		||||
    ${EXPAT_LIBRARIES}
 | 
			
		||||
    ${GLEW_LIBRARIES}
 | 
			
		||||
    glu-libtess
 | 
			
		||||
    polypartition
 | 
			
		||||
    poly2tri
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -154,7 +154,7 @@ endif ()
 | 
			
		|||
 | 
			
		||||
add_library(libslic3r_gui STATIC ${SLIC3R_GUI_SOURCES})
 | 
			
		||||
 | 
			
		||||
target_link_libraries(libslic3r_gui libslic3r avrdude imgui)
 | 
			
		||||
target_link_libraries(libslic3r_gui libslic3r avrdude imgui ${GLEW_LIBRARIES})
 | 
			
		||||
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)
 | 
			
		||||
    add_precompiled_header(libslic3r_gui pchheader.hpp FORCEINCLUDE)
 | 
			
		||||
endif ()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue