mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 08:23:17 +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)
|
||||
endif()
|
||||
|
||||
add_dependencies(${TARGET_NAME} resources screenshare)
|
||||
if (WIN32 OR APPLE)
|
||||
add_dependencies(${TARGET_NAME} resources screenshare)
|
||||
endif()
|
||||
|
||||
|
||||
if (WIN32)
|
||||
# These are external plugins, but we need to do the 'add dependency' here so that their
|
||||
|
|
Loading…
Reference in a new issue