mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:23:00 +02:00
Fix build -- screenshare is not found
This commit is contained in:
parent
f7af9a8b2a
commit
3ebcced301
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ if (BUILD_TOOLS AND NPM_EXECUTABLE)
|
||||||
add_dependencies(resources jsdoc)
|
add_dependencies(resources jsdoc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if ((WIN32 OR APPLE OR UNIX) AND NOT ANDROID)
|
if (WIN32 OR APPLE)
|
||||||
add_dependencies(${TARGET_NAME} resources screenshare)
|
add_dependencies(${TARGET_NAME} resources)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (SCREENSHARE)
|
if (SCREENSHARE)
|
||||||
|
|
Loading…
Reference in a new issue