mirror of
				https://git.h3cjp.net/H3cJP/citra.git
				synced 2025-11-04 09:05:08 +00:00 
			
		
		
		
	CMake: Place all the built files in BUILD_DIR/bin/<Configuration> when compiling with MSVC
This commit is contained in:
		
							parent
							
								
									d5be332d21
								
							
						
					
					
						commit
						8712c9dcd6
					
				| 
						 | 
				
			
			@ -9,6 +9,8 @@ if (NOT MSVC)
 | 
			
		|||
else()
 | 
			
		||||
    # Silence deprecation 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()
 | 
			
		||||
add_definitions(-DSINGLETHREADED)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue