mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	build: Expose ENABLE_SCRIPTING and ENABLE_WEB_SERVICE flags as public. (#6872)
This commit is contained in:
		
							parent
							
								
									5b52849f90
								
							
						
					
					
						commit
						6d0cd5b00e
					
				
					 6 changed files with 3 additions and 14 deletions
				
			
		|  | @ -19,11 +19,7 @@ add_library(network STATIC | |||
| create_target_directory_groups(network) | ||||
| 
 | ||||
| if (ENABLE_WEB_SERVICE) | ||||
|     target_compile_definitions(network PRIVATE -DENABLE_WEB_SERVICE) | ||||
|     target_link_libraries(network PRIVATE web_service) | ||||
|     if (ANDROID) | ||||
|         target_link_libraries(network PRIVATE ifaddrs) | ||||
|     endif() | ||||
| endif() | ||||
| 
 | ||||
| target_link_libraries(network PRIVATE citra_common enet Boost::serialization httplib) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue