CMakeLists.txt
changeset 8082 675372256a01
parent 8078 ea7541f77944
child 8087 ccc99eebdac2
equal deleted inserted replaced
8081:5a7ff368cf01 8082:675372256a01
   261     #run cmake -DANDROID=1 to enable this
   261     #run cmake -DANDROID=1 to enable this
   262     add_subdirectory(project_files/Android-build)
   262     add_subdirectory(project_files/Android-build)
   263 endif()
   263 endif()
   264 
   264 
   265 #TODO: when ANDROID, BUILD_ENGINE_LIBRARY should be set
   265 #TODO: when ANDROID, BUILD_ENGINE_LIBRARY should be set
   266 if(NOT (BUILD_ENGINE_LIBRARY OR ANDROID))
   266 if(NOT ANDROID)
   267     add_subdirectory(bin)
   267     add_subdirectory(bin)
   268     add_subdirectory(QTfrontend)
   268     add_subdirectory(QTfrontend)
   269     add_subdirectory(share)
   269     add_subdirectory(share)
   270     add_subdirectory(tools)
   270     add_subdirectory(tools)
   271 endif()
   271 endif()