From 1f53023787129e0c771f42ec0bf506a827dab938 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Thu, 26 Oct 2023 11:39:04 +0200 Subject: [PATCH] adds elf file installation --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0546968..3f3fc38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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