Actions workflow + slang, glsl compilation + asset copy
All checks were successful
Build / Build (push) Successful in 3m20s
All checks were successful
Build / Build (push) Successful in 3m20s
This commit is contained in:
11
cmake/copy_files.cmake
Normal file
11
cmake/copy_files.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
function(create_copy_folder_target target_name src dst)
|
||||
add_custom_target(${target_name}
|
||||
COMMAND
|
||||
${CMAKE_COMMAND}
|
||||
-E copy_directory
|
||||
${src}
|
||||
${dst}
|
||||
COMMENT "Copying ${src} to ${dst}"
|
||||
)
|
||||
endfunction()
|
||||
Reference in New Issue
Block a user