[project] name: example [cxx] source: https://github.com/scisoft/autocmake/raw/master/modules/cxx.cmake docopt: --cxx= C++ compiler [default: g++]. --extra-cxx-flags= Extra C++ compiler flags [default: '']. export: 'CXX=%s' % arguments['--cxx'] define: '-DEXTRA_CXXFLAGS="%s"' % arguments['--extra-cxx-flags'] [default_build_paths] source: https://github.com/scisoft/autocmake/raw/master/modules/default_build_paths.cmake [src] source: https://github.com/scisoft/autocmake/raw/master/modules/src.cmake