mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 18:42:12 +02:00
Don't depend on screenshare on Android
This commit is contained in:
parent
6cd8eca159
commit
2b05c32436
1 changed files with 1 additions and 3 deletions
|
@ -197,9 +197,7 @@ if (BUILD_TOOLS AND NPM_EXECUTABLE)
|
||||||
add_dependencies(resources jsdoc)
|
add_dependencies(resources jsdoc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (WIN32 OR APPLE)
|
if ((WIN32 OR APPLE OR UNIX) AND NOT ANDROID)
|
||||||
add_dependencies(${TARGET_NAME} resources)
|
|
||||||
if (WIN32 OR APPLE OR UNIX)
|
|
||||||
add_dependencies(${TARGET_NAME} resources screenshare)
|
add_dependencies(${TARGET_NAME} resources screenshare)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue