From 636467f93b98c7b617e2882633665b1bd37d877a Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 11 Sep 2016 21:02:20 +0200 Subject: [PATCH] Add missing template files --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b4e59a..26a050f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,11 +78,13 @@ set(CMAKE_MODULE_FILES cmake/modules/3rdParty.cmake ) set(CMAKE_TEMPLATE_FILES + cmake/templates/bash-completion.sh.in cmake/templates/Config.cmake.in cmake/templates/config.h.in cmake/templates/desktop.in cmake/templates/doxygen.in - cmake/templates/bash-completion.sh.in + cmake/templates/global.h.in + cmake/templates/template.pc.in ) set(SCRIPT_FILES) if(MINGW)