equal
deleted
inserted
replaced
250 #main engine |
250 #main engine |
251 add_subdirectory(hedgewars) |
251 add_subdirectory(hedgewars) |
252 |
252 |
253 # physfs library |
253 # physfs library |
254 add_subdirectory(misc/physfs) |
254 add_subdirectory(misc/physfs) |
255 add_subdirectory(misc/physfs/extras) |
|
256 |
255 |
257 #Android related build scripts |
256 #Android related build scripts |
258 if(ANDROID) |
257 if(ANDROID) |
259 #run cmake -DANDROID=1 to enable this |
258 #run cmake -DANDROID=1 to enable this |
260 add_subdirectory(project_files/Android-build) |
259 add_subdirectory(project_files/Android-build) |