mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 23:02:53 +02:00
Remove redundant cmake code
This commit is contained in:
parent
6a62dc10e6
commit
96ad5e971b
1 changed files with 0 additions and 6 deletions
|
@ -186,12 +186,6 @@ else ()
|
|||
add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM})
|
||||
endif ()
|
||||
|
||||
|
||||
if (BUILD_TOOLS AND NPM_EXECUTABLE)
|
||||
# require JSDoc to be build before interface is deployed
|
||||
add_dependencies(resources jsdoc)
|
||||
endif()
|
||||
|
||||
if (NOT ANDROID)
|
||||
add_dependencies(${TARGET_NAME} resources)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue