From ff9020033a0df3464063f4dfab88e813f3de45d8 Mon Sep 17 00:00:00 2001 From: Krad Date: Tue, 15 Mar 2022 16:23:14 +0800 Subject: [PATCH] Comments for cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd0ebe6..7e5fc7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(GUI_VERSION_MAJOR 0) set(GUI_VERSION_MINOR 6) set(GUI_VERSION_BUILD 8) - +# use AppVersion.h as a configure file configure_file( "AppVersion.h.in" "AppVersion.h"