Skip to content

Commit

Permalink
Added variable for wavs release folder in main CMakeLists.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhauke committed Apr 23, 2024
1 parent e7858d1 commit 453f035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ set(INSTALL_PATH_COMPONENTS_IMPORT "${INSTALL_PATH_RELEASE_ROOT}/lib/jvxComponen
set(INSTALL_PATH_INCLUDE_COMPONENTS_SHARED "${INSTALL_PATH_RELEASE_ROOT}/include/jvxComponents-shared")
set(INSTALL_PATH_INCLUDE_COMPONENTS_IMPORT "${INSTALL_PATH_RELEASE_ROOT}/include/jvxComponents-import")
set(INSTALL_PATH_BIN_WASM "${INSTALL_PATH_RELEASE_ROOT}/wasm")
set(INSTALL_PATH_WAVS "${INSTALL_PATH_RELEASE_ROOT}/wavs")

if(AYF_WASM_INSTALL_FOLDER)
set(INSTALL_PATH_BIN_WASM "${AYF_WASM_INSTALL_FOLDER}")
Expand Down

0 comments on commit 453f035

Please sign in to comment.