Attempt to fix CI build
This commit is contained in:
parent
e1c688bea7
commit
312de5312c
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ function(add_platform_commands target)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT SKIP_DATA)
|
if(NOT SKIP_DATA)
|
||||||
|
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/bin/data)
|
||||||
|
|
||||||
add_custom_target(${target}_copy_assets
|
add_custom_target(${target}_copy_assets
|
||||||
COMMAND ${CMAKE_COMMAND} -E copy_directory /home/josh/Development/prism/example/data/ ${CMAKE_BINARY_DIR}/bin/data
|
COMMAND ${CMAKE_COMMAND} -E copy_directory /home/josh/Development/prism/example/data/ ${CMAKE_BINARY_DIR}/bin/data
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue