mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	* HTTP_C::Implement Context::MakeRequest * httplib: Add add_client_cert_ASN1 and set_verify * HTTP_C: Fix request methode strings case in MakeRequest * HTTP_C: clang-format and cleanups * HTTP_C: Add comment about async in BeginRequest and BeginRequestAsync * Update httplib to contain all the changes we need; adapt http_c and web_services to the changes in httplib; addressed minor review comments * Add android-ifaddrs
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_library(ifaddrs
 | |
|     ifaddrs.c
 | |
|     ifaddrs.h
 | |
| )
 | |
| 
 | |
| create_target_directory_groups(ifaddrs)
 | |
| 
 | |
| target_include_directories(ifaddrs INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
 |