From dfb4fffd7ed3f161146b400b96f9d0668b9aef26 Mon Sep 17 00:00:00 2001 From: hijackeel Date: Mon, 29 Apr 2024 00:39:19 -0400 Subject: [PATCH] Add cmake install command --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17f0b76..940caee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,3 +26,4 @@ add_custom_command( DEPENDS teller.conf trackers.conf ) +install(TARGETS teller)