From 5efb1b47109cfd56cfd2d71f06f1149d8ec44800 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 16 Jun 2019 18:23:42 +0200 Subject: [PATCH] Install the version template --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c1a401..b51caf8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,6 +86,7 @@ set(CMAKE_TEMPLATE_FILES cmake/templates/appdata.xml.in cmake/templates/doxygen.in cmake/templates/global.h.in + cmake/templates/version.h.in cmake/templates/template.pc.in) set(SCRIPT_FILES) if (MINGW)