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
commita5f2f1a4bac2a947771a3d5cbb40a01208ca1112 (patch)
treef891042c90d99615544ed769b5b23f44788f9ead /tools
parent787402efcf27eb3f23ddd537a689ae2d289ff97f (diff)
downloadrts-a5f2f1a4bac2a947771a3d5cbb40a01208ca1112.tar.gz
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)