From dc70d92b0f72b0f9e79179ba0606bd7619f1b94b Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 27 Jul 2016 21:39:11 +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 5f62263..e580bcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -209,6 +209,7 @@ endif() include(WindowsResources) include(AppTarget) include(ShellCompletion) +include(ConfigHeader) # create desktop file using previously defined meta data add_desktop_file()