summaryrefslogtreecommitdiffstats
path: root/ape
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-03-02 22:10:47 -0700
committerGitHub <noreply@github.com>2020-03-02 22:10:47 -0700
commitd53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa (patch)
treeb01ea6b8ce19d902ec596e920e7c52d612e1efd2 /ape
parent32e336155340a4c975808cf9c6a4a9f963983499 (diff)
downloadbcm5719-ortega-d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa.tar.gz
bcm5719-ortega-d53b8aa524a3ea2cce3fc323f4ac3885fcdc04aa.zip
release: Add support for generating a release package. (#54)
Diffstat (limited to 'ape')
-rw-r--r--ape/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ape/CMakeLists.txt b/ape/CMakeLists.txt
index fc2ac20..c34f2bf 100644
--- a/ape/CMakeLists.txt
+++ b/ape/CMakeLists.txt
@@ -64,6 +64,8 @@ target_compile_options(${PROJECT_NAME} PRIVATE -nodefaultlibs)
format_target_sources(${PROJECT_NAME})
+install(TARGETS ${PROJECT_NAME} DESTINATION fw RESOURCE)
+
# Simulator add_executable
# simulator_add_executable(sim-${PROJECT_NAME}
# init_hw.c
OpenPOWER on IntegriCloud