@@ -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* ] ( #output_type -str )
21
+ - [ OUTPUT_TYPE * STR* ] ( #outputtype -str )
22
22
- [ Optional Arguments] ( #optional-arguments )
23
- - [ ADD_TO_DEP_GRAPH] ( #add_to_dep_graph )
24
- - [ TARGET_NAME * STR* ] ( #target_name -str )
25
- - [ OUTPUT_DIR * STR* ] ( #output_dir -str )
23
+ - [ ADD_TO_DEP_GRAPH] ( #addtodepgraph )
24
+ - [ TARGET_NAME * STR* ] ( #targetname -str )
25
+ - [ OUTPUT_DIR * STR* ] ( #outputdir -str )
26
26
- [ Doxygen ` doxygen.cmake ` ] ( #doxygen-doxygencmake )
27
27
- [ Optional Arguments] ( #optional-arguments-1 )
28
- - [ ADD_TO_DOC] ( #add_to_doc )
28
+ - [ ADD_TO_DOC] ( #addtodoc )
29
29
- [ INSTALLABLE] ( #installable )
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 )
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 )
36
36
- [ Optional Arguments] ( #optional-arguments-2 )
37
- - [ COMPILED_CATCH] ( #compiled_catch )
37
+ - [ COMPILED_CATCH] ( #compiledcatch )
38
38
- [ CATCH1] ( #catch1 )
39
39
- [ CLONE] ( #clone )
40
40
- [ Tools ` tools.cmake ` ] ( #tools-toolscmake )
0 commit comments