mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 22:07:34 +02:00
use different syntax for custom packaged console target
This commit is contained in:
parent
81493f9b4e
commit
0cfc87160a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ endif()
|
|||
|
||||
# add a target that will package the console
|
||||
add_custom_target(${TARGET_NAME} ALL
|
||||
COMMAND npm install
|
||||
npm install
|
||||
COMMAND npm run packager -- --out ${CMAKE_CURRENT_BINARY_DIR} ${PRODUCTION_OPTION}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue