summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-08-22 21:24:25 +0200
committerJF <JF002@users.noreply.github.com>2022-09-11 14:44:36 +0200
commitcfc055c978d98906a8090d092d4416cbfbd2bbce (patch)
tree1b92135e6717c8a56f57b2cc1474fe0d3f93ca5c /src/CMakeLists.txt
parentf53e75063b6ef618d65a1f287df52ba01c3351f5 (diff)
Package resources + a metadata file into a single .zip file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index db4a8e2a..f81e7026 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1127,6 +1127,8 @@ if(BUILD_DFU)
)
endif()
+add_subdirectory(resources)
+
# FLASH
if (USE_JLINK)