CMakeLists.txt
branchphysfslayer
changeset 7778 3331b30e4ef1
parent 7721 2b1ad418ba39
child 7928 88fde28bbda6
equal deleted inserted replaced
7776:e78eff243e25 7778:3331b30e4ef1
   236 endif()
   236 endif()
   237 
   237 
   238 
   238 
   239 #main engine
   239 #main engine
   240 add_subdirectory(hedgewars)
   240 add_subdirectory(hedgewars)
       
   241 
       
   242 # physfs library
       
   243 add_subdirectory(misc/physfs)
   241 
   244 
   242 #Android related build scripts
   245 #Android related build scripts
   243 if(ANDROID)
   246 if(ANDROID)
   244     #run cmake -DANDROID=1 to enable this
   247     #run cmake -DANDROID=1 to enable this
   245     add_subdirectory(project_files/Android-build)
   248     add_subdirectory(project_files/Android-build)