aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-06 21:51:44 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-08 00:21:18 +0200
commitbf3ad3f9e4d1fda68c30ca1c9a9c538390e43010 (patch)
treed4649058dc8f6d34347ef04ab9e30c93006fe830 /tools
parent6712c8ef22e12647f417cfc23eefe52bcb3906a2 (diff)
CMakeLists.txt: build host tools as ExternalProject
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 843301d..14d2b0e 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -5,3 +5,4 @@ add_executable(add-header "add-header.c")
set(cflags -Wall -g3)
target_compile_options(container PUBLIC ${cflags})
target_compile_options(add-header PUBLIC ${cflags})
+install(TARGETS container add-header DESTINATION bin)