Ok for real the first commit
This commit is contained in:
		
						commit
						0c7ca7d1b6
					
				
					 4046 changed files with 1449879 additions and 0 deletions
				
			
		
							
								
								
									
										20
									
								
								external/SDL2/android-project/app/jni/CMakeLists.txt
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								external/SDL2/android-project/app/jni/CMakeLists.txt
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
cmake_minimum_required(VERSION 3.6)
 | 
			
		||||
 | 
			
		||||
project(GAME)
 | 
			
		||||
 | 
			
		||||
# armeabi-v7a requires cpufeatures library
 | 
			
		||||
# include(AndroidNdkModules)
 | 
			
		||||
# android_ndk_import_module_cpufeatures()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# SDL sources are in a subfolder named "SDL"
 | 
			
		||||
add_subdirectory(SDL)
 | 
			
		||||
 | 
			
		||||
# Compilation of companion libraries
 | 
			
		||||
#add_subdirectory(SDL_image)
 | 
			
		||||
#add_subdirectory(SDL_mixer)
 | 
			
		||||
#add_subdirectory(SDL_ttf)
 | 
			
		||||
 | 
			
		||||
# Your game and its CMakeLists.txt are in a subfolder named "src"
 | 
			
		||||
add_subdirectory(src)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue