igwn-cmake-macros 1.5.0
Functions
InitializeCMake

Functions

 cm_init (package version bugreport tarname homepage)
 Initialize package configuration. More...
 

Detailed Description

Routines used to initialize the configuration and build system

Function Documentation

◆ cm_init()

cm_init ( package version bugreport tarname  homepage)

Initialize package configuration.

Initialize package configuration for the CMake project

Parameters
stringpackage Name of the package
versionString representation of the version number
bugreportURL of where to submit bug reports
tarnameThe name used by the package when producing tarballs
homepageURL of the project's home page
DESCRIPTION[Named] Single line description of the project
LANGUAGES[Named] List of languages used by the project as used by the CMake project() function
MyProject
1.0.0
https://myproject.org/bugs
MyProject
https://myproject.org/
)
cm_prereq(version)
Verify minimum CMake version.
cm_init(package version bugreport tarname homepage)
Initialize package configuration.
Author
Edward Maros
Date
2019-2020