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 |
|
256 # frontend library |
|
257 add_subdirectory(project_files/frontlib) |
255 |
258 |
256 #Android related build scripts |
259 #Android related build scripts |
257 if(ANDROID) |
260 if(ANDROID) |
258 #run cmake -DANDROID=1 to enable this |
261 #run cmake -DANDROID=1 to enable this |
259 add_subdirectory(project_files/Android-build) |
262 add_subdirectory(project_files/Android-build) |