11 lines
233 B
INI
11 lines
233 B
INI
[project]
|
|
name: example
|
|
|
|
[cxx]
|
|
source: https://github.com/scisoft/autocmake/raw/master/modules/UseCXX.cmake
|
|
docopt: --cxx=<CXX> C++ compiler [default: g++].
|
|
export: 'CXX=%s' % arguments['--cxx']
|
|
|
|
[custom]
|
|
source: custom/custom.cmake
|