equal
deleted
inserted
replaced
245 |
245 |
246 |
246 |
247 #main engine |
247 #main engine |
248 add_subdirectory(hedgewars) |
248 add_subdirectory(hedgewars) |
249 |
249 |
|
250 # physfs library |
|
251 add_subdirectory(misc/physfs) |
|
252 add_subdirectory(misc/physfs/extras) |
|
253 |
250 #Android related build scripts |
254 #Android related build scripts |
251 if(ANDROID) |
255 if(ANDROID) |
252 #run cmake -DANDROID=1 to enable this |
256 #run cmake -DANDROID=1 to enable this |
253 add_subdirectory(project_files/Android-build) |
257 add_subdirectory(project_files/Android-build) |
254 endif() |
258 endif() |
255 |
259 |
256 #TODO: when ANDROID, BUILD_ENGINE_LIBRARY should be set |
260 #TODO: when ANDROID, BUILD_ENGINE_LIBRARY should be set |
257 if(NOT (BUILD_ENGINE_LIBRARY OR ANDROID)) |
261 if(NOT (BUILD_ENGINE_LIBRARY OR ANDROID)) |
258 add_subdirectory(bin) |
262 add_subdirectory(bin) |
259 add_subdirectory(misc/quazip) |
|
260 add_subdirectory(QTfrontend) |
263 add_subdirectory(QTfrontend) |
261 add_subdirectory(share) |
264 add_subdirectory(share) |
262 add_subdirectory(tools) |
265 add_subdirectory(tools) |
263 endif() |
266 endif() |
264 |
267 |