Skip to content
Snippets Groups Projects

Bundle all the required files next to the generated binaries

Merged Ludovico de Nittis requested to merge wip/denittis/assets_dir into master
1 unresolved thread
+ 1
1
@@ -122,7 +122,7 @@ endfunction(buildExamples)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/")
add_custom_target(download_assets
COMMAND python "${CMAKE_SOURCE_DIR}/download_assets.py"
COMMAND "${CMAKE_SOURCE_DIR}/download_assets.py"
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}")
if(RESOURCE_INSTALL_DIR)
Loading