mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-26 23:54:32 +00:00
addd information about android status (still not supported)
This commit is contained in:
parent
680a77c010
commit
34b7ab980b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user