mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Address more review comments
This commit is contained in:
		
							parent
							
								
									b0aed19823
								
							
						
					
					
						commit
						8a87a6a72f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										6
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -71,7 +71,7 @@ endif() | ||||||
| 
 | 
 | ||||||
| # DiscordRPC | # DiscordRPC | ||||||
| if (USE_DISCORD_PRESENCE) | if (USE_DISCORD_PRESENCE) | ||||||
|     add_subdirectory(discord-rpc) |     add_subdirectory(discord-rpc EXCLUDE_FROM_ALL) | ||||||
|     target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) |     target_include_directories(discord-rpc INTERFACE ./discord-rpc/include) | ||||||
| endif() | endif() | ||||||
| 
 | 
 | ||||||
|  | @ -79,11 +79,11 @@ if (ENABLE_WEB_SERVICE) | ||||||
|     # LibreSSL |     # LibreSSL | ||||||
|     set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") |     set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") | ||||||
|     add_definitions(-DHAVE_INET_NTOP) |     add_definitions(-DHAVE_INET_NTOP) | ||||||
|     add_subdirectory(libressl) |     add_subdirectory(libressl EXCLUDE_FROM_ALL) | ||||||
|     target_include_directories(ssl INTERFACE ./libressl/include) |     target_include_directories(ssl INTERFACE ./libressl/include) | ||||||
| 
 | 
 | ||||||
|     # lurlparser |     # lurlparser | ||||||
|     add_subdirectory(lurlparser) |     add_subdirectory(lurlparser EXCLUDE_FROM_ALL) | ||||||
| 
 | 
 | ||||||
|     # httplib |     # httplib | ||||||
|     add_library(httplib INTERFACE) |     add_library(httplib INTERFACE) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue