adds elf file installation
This commit is contained in:
parent
c06fe03993
commit
1f53023787
|
@ -195,6 +195,8 @@ if(FW_BUILD)
|
||||||
add_subdirectory(${riscvfw_SOURCE_DIR})
|
add_subdirectory(${riscvfw_SOURCE_DIR})
|
||||||
endif()
|
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.
|
# CTest is a testing tool that can be used to test your project.
|
||||||
enable_testing()
|
enable_testing()
|
||||||
add_test(NAME tgc-vp-hello-world
|
add_test(NAME tgc-vp-hello-world
|
||||||
|
|
Loading…
Reference in New Issue