diff --git a/CMakeLists.txt b/CMakeLists.txt index c017f7d..624d6c3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,13 @@ if(TARGET ${PROJECT_NAME}) return() endif() +if(ANDROID) + message("The ${PROJECT_NAME} is still not supports Android builds :(") + return() + +endif() + + include(Patronum/QuasarAppLib/CMake/ccache.cmake) # Add sub directories add_subdirectory(Patronum)