mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:49:33 +02:00
added flag for windows and apple only on dependency
This commit is contained in:
parent
f71cf1fb74
commit
63e6875e27
1 changed files with 4 additions and 1 deletions
|
@ -185,7 +185,10 @@ if (BUILD_TOOLS AND NPM_EXECUTABLE)
|
||||||
add_dependencies(resources jsdoc)
|
add_dependencies(resources jsdoc)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_dependencies(${TARGET_NAME} resources screenshare)
|
if (WIN32 OR APPLE)
|
||||||
|
add_dependencies(${TARGET_NAME} resources screenshare)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
# These are external plugins, but we need to do the 'add dependency' here so that their
|
# These are external plugins, but we need to do the 'add dependency' here so that their
|
||||||
|
|
Loading…
Reference in a new issue