fix: mac file path

main
liuyihui 2022-05-08 16:20:26 +08:00
parent 29dd4efc5e
commit ad5afe448d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ set(EXAMPLEB1_SCRIPTS
foreach(_script ${EXAMPLEB1_SCRIPTS})
configure_file(
${PROJECT_SOURCE_DIR}/${_script}
${PROJECT_BINARY_DIR}/${_script}
${PROJECT_BINARY_DIR}/Release/${_script}
COPYONLY
)
endforeach()