From ab04e46ebfe9a0889eab91ca0ea22fc71850a817 Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Wed, 27 Sep 2023 13:44:47 -0400 Subject: [PATCH] [build] add packaging directory to cmake --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b317f43..1bd01743 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,6 +148,9 @@ endif() # Additional configuration files add_subdirectory(share) +# add packaging for automatic Versioning +add_subdirectory(packaging) + # ############# # Debian Package