 22afc38b55
			
		
	
	
		22afc38b55
		
	
	
	
	
		
			
			This reverts commit cfc69d95afed34e1ba1371df0ddb56f2f491a5cb. * Change CMAKE_INSTALL_PREFIX default on Windows in order to prevent permission denied errors when trying to install to "Program Files".
		
			
				
	
	
		
			12 lines
		
	
	
		
			327 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			327 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES InitializeDll.cpp InitializeDll.h)
 | |
| 
 | |
| add_library(OGLCompiler STATIC ${SOURCES})
 | |
| set_property(TARGET OGLCompiler PROPERTY FOLDER glslang POSITION_INDEPENDENT_CODE ON)
 | |
| 
 | |
| if(WIN32)
 | |
|     source_group("Source" FILES ${SOURCES})
 | |
| endif(WIN32)
 | |
| 
 | |
| install(TARGETS OGLCompiler
 | |
|         ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
 |