summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-22 10:51:21 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-22 10:51:21 +0300
commitd466f87f828e5e18ca62ea8e452c61696aaefc5f (patch)
tree3ff46b1874426576fb9ad24201ea261f83ab4bf4 /CMakeLists.txt
parent812b7415579b37b78728e5d220e25b7657e7a917 (diff)
Windows: Improved executable metadata
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7dd0e1e..9bdb8de4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ cmake_minimum_required (VERSION 3.9)
20 20
21project (Lagrange 21project (Lagrange
22 VERSION 0.6.0 22 VERSION 0.6.0
23 DESCRIPTION "Beautiful Gemini Client" 23 DESCRIPTION "A Beautiful Gemini Client"
24 LANGUAGES C 24 LANGUAGES C
25) 25)
26set (COPYRIGHT_YEAR 2020) 26set (COPYRIGHT_YEAR 2020)