Skip to content

Commit b1781f4

Browse files
authored
Merge pull request #78 from ccawley2011/subrast-files
Copy files required by subrast example
2 parents 8d63926 + ca6a122 commit b1781f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/subrast/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ target_link_libraries(subrast
88
librw::librw
99
)
1010

11+
add_custom_command(
12+
TARGET subrast POST_BUILD
13+
COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/files" "$<TARGET_FILE_DIR:subrast>/files"
14+
)
15+
1116
librw_platform_target(subrast)

0 commit comments

Comments
 (0)