mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Merge pull request #240 from Subv/cmake
CMake: Place all built files in a single folder in MSVC
This commit is contained in:
		
						commit
						9889a775b4
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -9,6 +9,8 @@ if (NOT MSVC) | ||||||
| else() | else() | ||||||
|     # Silence deprecation warnings |     # Silence deprecation warnings | ||||||
|     add_definitions(/D_CRT_SECURE_NO_WARNINGS) |     add_definitions(/D_CRT_SECURE_NO_WARNINGS) | ||||||
|  |     # set up output paths for executable binaries (.exe-files, and .dll-files on DLL-capable platforms) | ||||||
|  |     set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) | ||||||
| endif() | endif() | ||||||
| add_definitions(-DSINGLETHREADED) | add_definitions(-DSINGLETHREADED) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue