Skip to content

Commit

Permalink
Flesh out the CMake project() options
Browse files Browse the repository at this point in the history
Possible now that we're requiring a much more recent minimum
CMake version.
  • Loading branch information
pcolby committed May 7, 2024
1 parent c368baa commit 29e5506
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

project(Dokit VERSION 0.5.3 LANGUAGES CXX)
project(
Dokit
VERSION 0.5.3
DESCRIPTION "Cross-platform library, and desktop apps for Pokit measuring devices"
HOMEPAGE_URL "https://github.com/pcolby/dokit"
LANGUAGES CXX)

set(PROJECT_PRE_RELEASE pre)
#set(PROJECT_PRE_RELEASE rc1)
Expand Down

0 comments on commit 29e5506

Please sign in to comment.