mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	Merge pull request #12227 from jbeich/gamemode
cmake: unbreak build on FreeBSD by re-enabling gamemode
This commit is contained in:
		
						commit
						3a12fe5d13
					
				
							
								
								
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							| @ -193,7 +193,7 @@ if (ANDROID) | ||||
|    endif() | ||||
| endif() | ||||
| 
 | ||||
| if (CMAKE_SYSTEM_NAME STREQUAL "Linux") | ||||
| if (UNIX AND NOT APPLE) | ||||
|     add_subdirectory(gamemode) | ||||
| endif() | ||||
| 
 | ||||
|  | ||||
| @ -182,7 +182,7 @@ if(ANDROID) | ||||
|     ) | ||||
| endif() | ||||
| 
 | ||||
| if (CMAKE_SYSTEM_NAME STREQUAL "Linux") | ||||
| if (UNIX AND NOT APPLE) | ||||
|   target_sources(common PRIVATE | ||||
|     linux/gamemode.cpp | ||||
|     linux/gamemode.h | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user