CMakeLists.txt
branchhedgeroid
changeset 5381 8f95038f3f75
parent 5223 5730238e7ee6
child 5495 272ed78e59a7
--- 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)