mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 01:10:44 +02:00
don't target any plugins for android
This commit is contained in:
parent
51085350f1
commit
3f1545008d
2 changed files with 4 additions and 5 deletions
1
cmake/externals/sdl2/CMakeLists.txt
vendored
1
cmake/externals/sdl2/CMakeLists.txt
vendored
|
@ -61,7 +61,6 @@ endif ()
|
||||||
# Hide this external target (for ide users)
|
# Hide this external target (for ide users)
|
||||||
set_target_properties(${EXTERNAL_NAME} PROPERTIES FOLDER "hidden/externals")
|
set_target_properties(${EXTERNAL_NAME} PROPERTIES FOLDER "hidden/externals")
|
||||||
|
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
|
|
||||||
# NOOP
|
# NOOP
|
||||||
|
|
|
@ -11,7 +11,7 @@ file(GLOB PLUGIN_SUBDIRS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT
|
||||||
list(REMOVE_ITEM PLUGIN_SUBDIRS "CMakeFiles")
|
list(REMOVE_ITEM PLUGIN_SUBDIRS "CMakeFiles")
|
||||||
|
|
||||||
# client-side plugins
|
# client-side plugins
|
||||||
if (NOT SERVER_ONLY)
|
if (NOT SERVER_ONLY AND NOT ANDROID)
|
||||||
set(DIR "oculus")
|
set(DIR "oculus")
|
||||||
add_subdirectory(${DIR})
|
add_subdirectory(${DIR})
|
||||||
set(DIR "hifiSdl2")
|
set(DIR "hifiSdl2")
|
||||||
|
|
Loading…
Reference in a new issue