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
Files
2
+ 2
0
@@ -48,6 +48,8 @@ function(buildExample EXAMPLE_NAME)
endif()
endif()
add_dependencies(${EXAMPLE_NAME} copy_assets)
if(RESOURCE_INSTALL_DIR)
install(TARGETS ${EXAMPLE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
endif()
Loading