mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			339 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			339 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # Enable modules to include each other's files
 | |
| include_directories(.)
 | |
| 
 | |
| add_subdirectory(common)
 | |
| add_subdirectory(core)
 | |
| add_subdirectory(video_core)
 | |
| add_subdirectory(audio_core)
 | |
| add_subdirectory(input_common)
 | |
| add_subdirectory(tests)
 | |
| if (ENABLE_SDL2)
 | |
|     add_subdirectory(citra)
 | |
| endif()
 | |
| if (ENABLE_QT)
 | |
|     add_subdirectory(citra_qt)
 | |
| endif()
 | 
