1
1
# CMake Scripts <!-- omit in toc -->
2
2
3
- [ ![ pipeline status] ( https://git.stabletec.com/other/cmake-scripts/badges/master /pipeline.svg )] ( https://git.stabletec.com/other/cmake-scripts/commits/master )
4
- [ ![ license] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( https://git.stabletec.com/other/cmake-scripts/blob/master /LICENSE )
3
+ [ ![ pipeline status] ( https://git.stabletec.com/other/cmake-scripts/badges/main /pipeline.svg )] ( https://git.stabletec.com/other/cmake-scripts/commits/main )
4
+ [ ![ license] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( https://git.stabletec.com/other/cmake-scripts/blob/main /LICENSE )
5
5
6
6
This is a collection of quite useful scripts that expand the possibilities for building software with CMake, by making some things easier and otherwise adding new build types
7
7
@@ -18,23 +18,23 @@ This is a collection of quite useful scripts that expand the possibilities for b
18
18
- [ Compiler Options ` compiler-options.cmake ` ] ( #compiler-options-compiler-optionscmake )
19
19
- [ Dependency Graph ` dependency-graph.cmake ` ] ( #dependency-graph-dependency-graphcmake )
20
20
- [ Required Arguments] ( #required-arguments )
21
- - [ OUTPUT_TYPE * STR* ] ( #outputtype -str )
21
+ - [ OUTPUT_TYPE * STR* ] ( #output_type -str )
22
22
- [ Optional Arguments] ( #optional-arguments )
23
- - [ ADD_TO_DEP_GRAPH] ( #addtodepgraph )
24
- - [ TARGET_NAME * STR* ] ( #targetname -str )
25
- - [ OUTPUT_DIR * STR* ] ( #outputdir -str )
23
+ - [ ADD_TO_DEP_GRAPH] ( #add_to_dep_graph )
24
+ - [ TARGET_NAME * STR* ] ( #target_name -str )
25
+ - [ OUTPUT_DIR * STR* ] ( #output_dir -str )
26
26
- [ Doxygen ` doxygen.cmake ` ] ( #doxygen-doxygencmake )
27
27
- [ Optional Arguments] ( #optional-arguments-1 )
28
- - [ ADD_TO_DOC] ( #addtodoc )
28
+ - [ ADD_TO_DOC] ( #add_to_doc )
29
29
- [ INSTALLABLE] ( #installable )
30
- - [ PROCESS_DOXYFILE] ( #processdoxyfile )
31
- - [ TARGET_NAME * STR* ] ( #targetname -str-1 )
32
- - [ OUTPUT_DIR * STR* ] ( #outputdir -str-1 )
33
- - [ INSTALL_PATH * STR* ] ( #installpath -str )
34
- - [ DOXYFILE_PATH * STR* ] ( #doxyfilepath -str )
35
- - [ Prepare the Catch Test Framework ` prepare_catch.cmake ` ] ( #prepare-the-catch-test-framework-preparecatchcmake )
30
+ - [ PROCESS_DOXYFILE] ( #process_doxyfile )
31
+ - [ TARGET_NAME * STR* ] ( #target_name -str-1 )
32
+ - [ OUTPUT_DIR * STR* ] ( #output_dir -str-1 )
33
+ - [ INSTALL_PATH * STR* ] ( #install_path -str )
34
+ - [ DOXYFILE_PATH * STR* ] ( #doxyfile_path -str )
35
+ - [ Prepare the Catch Test Framework ` prepare_catch.cmake ` ] ( #prepare-the-catch-test-framework-prepare_catchcmake )
36
36
- [ Optional Arguments] ( #optional-arguments-2 )
37
- - [ COMPILED_CATCH] ( #compiledcatch )
37
+ - [ COMPILED_CATCH] ( #compiled_catch )
38
38
- [ CATCH1] ( #catch1 )
39
39
- [ CLONE] ( #clone )
40
40
- [ Tools ` tools.cmake ` ] ( #tools-toolscmake )
0 commit comments