Skip to content

Commit

Permalink
test using working folder
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Dec 9, 2023
1 parent ed7612a commit b5d8c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApplicationExeCode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ foreach(full_file_name ${RI_FILENAMES})
# Get the filename from the full path.
get_filename_component(file_name ${full_file_name} NAME)
add_custom_target( prebuild_${file_name}
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${full_file_name} $<CONFIGURATION>
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${full_file_name} .
)

# My application depends on the each pre-build target.
Expand Down

0 comments on commit b5d8c40

Please sign in to comment.