mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	gamemode: Fix compile issues (#7276)
The Linux build fails to compile because gamemode will try to link against `common` when it's not needed.
This commit is contained in:
		
							parent
							
								
									f177433d41
								
							
						
					
					
						commit
						dccb8f6b17
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								externals/gamemode/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/gamemode/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -5,7 +5,5 @@ project(gamemode LANGUAGES CXX C) | |||
| 
 | ||||
| add_library(gamemode include/gamemode_client.h) | ||||
| 
 | ||||
| target_link_libraries(gamemode PRIVATE common) | ||||
| 
 | ||||
| target_include_directories(gamemode PUBLIC include) | ||||
| set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue