adds elf file installation

This commit is contained in:
Eyck Jentzsch 2023-10-26 11:39:04 +02:00
parent c06fe03993
commit 1f53023787
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ if(FW_BUILD)
add_subdirectory(${riscvfw_SOURCE_DIR})
endif()
install(FILES ${CMAKE_CURRENT_LIST_DIR}/fw/hello-world/prebuilt/hello.elf DESTINATION share/tgc-vp)
# CTest is a testing tool that can be used to test your project.
enable_testing()
add_test(NAME tgc-vp-hello-world