mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	CMake: Add option to download Qt and GLFW binaries over HTTP
This commit is contained in:
		
							parent
							
								
									eb26a1941e
								
							
						
					
					
						commit
						078969bdd0
					
				
					 3 changed files with 45 additions and 46 deletions
				
			
		|  | @ -13,6 +13,9 @@ set(HEADERS | |||
| 
 | ||||
| create_directory_groups(${SRCS} ${HEADERS}) | ||||
| 
 | ||||
| include_directories(${GLFW_INCLUDE_DIRS}) | ||||
| link_directories(${GLFW_LIBRARY_DIRS}) | ||||
| 
 | ||||
| add_executable(citra ${SRCS} ${HEADERS}) | ||||
| target_link_libraries(citra core video_core common) | ||||
| target_link_libraries(citra ${GLFW_LIBRARIES} ${OPENGL_gl_LIBRARY} inih glad) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue