Bump to version 1.0.0 and fix manpage packaging.
This commit is contained in:
parent
d9d0929bb7
commit
6a353e811a
|
@ -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 "")
|
||||
|
|
|
@ -24,6 +24,7 @@ macro(md2man source)
|
|||
endmacro()
|
||||
|
||||
md2man(./${PROJECT_NAME}-packager.1.md)
|
||||
add_dependencies(${PROJECT_NAME}-packager manpages)
|
||||
|
||||
### Build documentation with Doxygen ###
|
||||
|
||||
|
|
Loading…
Reference in New Issue