Move the playground data files into a subdirectory

This commit is contained in:
Cameron Cawley
2021-07-03 17:45:16 +01:00
parent b2ceadc9f2
commit 32ab78b552
10 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ target_link_libraries(playground
add_custom_command(
TARGET playground POST_BUILD
COMMAND "${CMAKE_COMMAND}" -E copy_if_different "${CMAKE_CURRENT_SOURCE_DIR}/teapot.dff" "${CMAKE_CURRENT_SOURCE_DIR}/maze.tga" "${CMAKE_CURRENT_SOURCE_DIR}/Bm437_IBM_VGA8.FON" "${CMAKE_CURRENT_SOURCE_DIR}/Bm437_IBM_BIOS.FON" "$<TARGET_FILE_DIR:playground>"
COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/files" "$<TARGET_FILE_DIR:playground>/files"
)
librw_platform_target(playground)