mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	web_service: infect other targets with OpenSSL exports ...
... this can avoid the missing symbol issue when linking
This commit is contained in:
		
							parent
							
								
									3bb027ac12
								
							
						
					
					
						commit
						8d603032f8
					
				
					 2 changed files with 10 additions and 1 deletions
				
			
		|  | @ -13,4 +13,12 @@ add_library(network STATIC | |||
| 
 | ||||
| create_target_directory_groups(network) | ||||
| 
 | ||||
| if (ENABLE_WEB_SERVICE) | ||||
|     target_compile_definitions(network PRIVATE -DENABLE_WEB_SERVICE -DCPPHTTPLIB_OPENSSL_SUPPORT) | ||||
|     target_link_libraries(network PRIVATE web_service httplib) | ||||
|     if (ANDROID) | ||||
|         target_link_libraries(network PRIVATE ifaddrs) | ||||
|     endif() | ||||
| endif() | ||||
| 
 | ||||
| target_link_libraries(network PRIVATE common enet Boost::serialization) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue