mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	android: fix native library inclusion
This commit is contained in:
		
							parent
							
								
									7b1cfff825
								
							
						
					
					
						commit
						ac3b514875
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		|  | @ -70,6 +70,8 @@ android { | |||
|                         "-DANDROID_STL=c++_shared" | ||||
| 
 | ||||
|                 abiFilters "arm64-v8a" | ||||
| 
 | ||||
|                 targets "citra-android" | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| cmake_minimum_required(VERSION 3.8) | ||||
| 
 | ||||
| add_library(citra-android STATIC | ||||
| add_library(citra-android SHARED | ||||
|             dummy.cpp | ||||
|             ) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue