Skip to content

Commit 5c3221d

Browse files
committed
Updated README for new 'main' primary branch
1 parent acc07ef commit 5c3221d

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Diff for: README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CMake Scripts <!-- omit in toc -->
22

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)
55

66
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
77

@@ -18,23 +18,23 @@ This is a collection of quite useful scripts that expand the possibilities for b
1818
- [Compiler Options `compiler-options.cmake`](#compiler-options-compiler-optionscmake)
1919
- [Dependency Graph `dependency-graph.cmake`](#dependency-graph-dependency-graphcmake)
2020
- [Required Arguments](#required-arguments)
21-
- [OUTPUT_TYPE *STR*](#outputtype-str)
21+
- [OUTPUT_TYPE *STR*](#output_type-str)
2222
- [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)
2626
- [Doxygen `doxygen.cmake`](#doxygen-doxygencmake)
2727
- [Optional Arguments](#optional-arguments-1)
28-
- [ADD_TO_DOC](#addtodoc)
28+
- [ADD_TO_DOC](#add_to_doc)
2929
- [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)
3636
- [Optional Arguments](#optional-arguments-2)
37-
- [COMPILED_CATCH](#compiledcatch)
37+
- [COMPILED_CATCH](#compiled_catch)
3838
- [CATCH1](#catch1)
3939
- [CLONE](#clone)
4040
- [Tools `tools.cmake`](#tools-toolscmake)

0 commit comments

Comments
 (0)