diff -r 4ed99dc92763 -r 8f95038f3f75 CMakeLists.txt --- a/CMakeLists.txt Tue Jun 28 18:33:51 2011 +0200 +++ b/CMakeLists.txt Wed Jun 29 18:05:04 2011 +0200 @@ -185,6 +185,9 @@ add_subdirectory(misc/liblua) add_subdirectory(hedgewars) +#Xeli: Should if/endif this one too? +add_subdirectory(project_files/Android-build) + if(NOT BUILD_ENGINE_LIBRARY) add_subdirectory(bin) add_subdirectory(QTfrontend)