forked from organicmaps/organicmaps
Merge pull request #5049 from therearesomewhocallmetim/cmake_ios_skip_desktop
Skip compiling desktop app when making ios.
This commit is contained in:
commit
c35fd9ebf1
1 changed files with 3 additions and 1 deletions
|
@ -185,4 +185,6 @@ add_subdirectory(partners_api)
|
|||
omim_add_test_subdirectory(qt_tstfrm)
|
||||
omim_add_test_subdirectory(3party/gmock)
|
||||
|
||||
add_subdirectory(qt)
|
||||
if (NOT PLATFORM_IPHONE AND NOT PLATFORM_ANDROID)
|
||||
add_subdirectory(qt)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue