Archived
1
Fork 0

Attempt to fix CI build

This commit is contained in:
Joshua Goins 2022-02-21 18:18:19 -05:00
parent e1c688bea7
commit 312de5312c

View file

@ -58,6 +58,8 @@ function(add_platform_commands target)
endif()
if(NOT SKIP_DATA)
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/data)
add_custom_target(${target}_copy_assets
COMMAND ${CMAKE_COMMAND} -E copy_directory /home/josh/Development/prism/example/data/ ${CMAKE_BINARY_DIR}/bin/data
)