Skip to content

Commit

Permalink
Merge pull request #78 from ccawley2011/subrast-files
Browse files Browse the repository at this point in the history
Copy files required by subrast example
  • Loading branch information
aap authored Jul 5, 2021
2 parents 8d63926 + ca6a122 commit b1781f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/subrast/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ target_link_libraries(subrast
librw::librw
)

add_custom_command(
TARGET subrast POST_BUILD
COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/files" "$<TARGET_FILE_DIR:subrast>/files"
)

librw_platform_target(subrast)

0 comments on commit b1781f4

Please sign in to comment.