Bump to version 1.0.0 and fix manpage packaging.

This commit is contained in:
Kyle Isom 2023-10-24 18:53:33 -07:00
parent d9d0929bb7
commit 6a353e811a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)
project(sc3dev
VERSION 0.0.1
VERSION 1.0.0
LANGUAGES CXX
HOMEPAGE_URL "https://git.wntrmute.dev/sc/sc3dev"
DESCRIPTION "")

View File

@ -24,6 +24,7 @@ macro(md2man source)
endmacro()
md2man(./${PROJECT_NAME}-packager.1.md)
add_dependencies(${PROJECT_NAME}-packager manpages)
### Build documentation with Doxygen ###