summaryrefslogtreecommitdiff
path: root/docs/templates/cmake.txt
blob: c20cb0542a83fe15fac27402092bef6e310cb852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Current as of 10/26/2022
// This defines the role of all the template variables specific to the
// 'cmake' project type.
//
// The value $ is used below to represent the dollar sign.  The dollar
// sign is interpreted by the parser in document_template.pl.
//
// Please try to keep this alphabetically sorted.
//
cmake_minimum_required = Sets the minimum required version for CMake.
env_dllout = The value of 'dllout' with $() values converted to $ENV{}.
env_exeout = The value of 'exeout' with $() values converted to $ENV{}.
env_includes = The value of 'includes' with $() values converted to $ENV{}.
env_libout = The value of 'libout' with $() values converted to $ENV{}.
env_libpaths = The value of 'libpaths' with $() values converted to $ENV{}.
packages = A list of packages to be used with the find_package() command.
pre_find_package = A specific command or set of commands to be issued before any find_package() commands are called.