mirror of
https://github.com/aap/librw.git
synced 2024-11-24 12:45:43 +00:00
Merge pull request #78 from ccawley2011/subrast-files
Copy files required by subrast example
This commit is contained in:
commit
b1781f4189
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user