From 78b4f9f286791b8bf06eacfe4a8c998792c07af5 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 27 Jul 2016 21:40:22 +0200 Subject: [PATCH] Generate config header in extra module --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a43eaae..5027207 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,3 +57,4 @@ include(WindowsResources) include(LibraryTarget) include(TestTarget) include(Doxygen) +include(ConfigHeader)