equal
deleted
inserted
replaced
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) |