added homepage and description to CMakeLists.txt

This commit is contained in:
jkriege2 2022-07-19 14:36:48 +02:00
parent 27a3323994
commit 58e3c3e862

View File

@ -10,7 +10,12 @@ cmake_minimum_required(VERSION 3.16)
# - v2018.08 <--> 2.0.0
# - v2019.11 <--> 3.x.y
# ==> sematic versioning starts with 4.0.0
project(JKQTPlotter LANGUAGES CXX VERSION 5.0.0)
project(JKQTPlotter
LANGUAGES CXX
VERSION 5.0.0
HOMEPAGE_URL https://github.com/jkriege2/JKQtPlotter
DESCRIPTION "an extensive Qt5 & Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies"
)
# set search path for CMake files