mirror of
				https://github.com/Perlmint/glew-cmake.git
				synced 2025-11-04 06:15:10 +00:00 
			
		
		
		
	Merge pull request #6 from fungos/master
Add missing libraries on linux
This commit is contained in:
		
						commit
						c23a995349
					
				@ -40,7 +40,7 @@ IF( WIN32 )
 | 
			
		||||
ELSEIF( APPLE )
 | 
			
		||||
	FIND_LIBRARY( GL_LIBRARY OpenGL )
 | 
			
		||||
ELSE(  )
 | 
			
		||||
	SET( GL_LIBRARY GL )
 | 
			
		||||
	SET( GL_LIBRARY GL X11 dl Xext )
 | 
			
		||||
ENDIF(  )
 | 
			
		||||
 | 
			
		||||
IF ( glew-cmake_BUILD_STATIC )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user