From 5c3221dddd5a1f920ea7e2cbc20a01e84ad2d74a Mon Sep 17 00:00:00 2001 From: George Cave Date: Mon, 2 Nov 2020 18:52:30 -0500 Subject: [PATCH] Updated README for new 'main' primary branch --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e1aedac..4eb3c68 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CMake Scripts -[![pipeline status](https://git.stabletec.com/other/cmake-scripts/badges/master/pipeline.svg)](https://git.stabletec.com/other/cmake-scripts/commits/master) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://git.stabletec.com/other/cmake-scripts/blob/master/LICENSE) +[![pipeline status](https://git.stabletec.com/other/cmake-scripts/badges/main/pipeline.svg)](https://git.stabletec.com/other/cmake-scripts/commits/main) +[![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://git.stabletec.com/other/cmake-scripts/blob/main/LICENSE) 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 @@ -18,23 +18,23 @@ This is a collection of quite useful scripts that expand the possibilities for b - [Compiler Options `compiler-options.cmake`](#compiler-options-compiler-optionscmake) - [Dependency Graph `dependency-graph.cmake`](#dependency-graph-dependency-graphcmake) - [Required Arguments](#required-arguments) - - [OUTPUT_TYPE *STR*](#outputtype-str) + - [OUTPUT_TYPE *STR*](#output_type-str) - [Optional Arguments](#optional-arguments) - - [ADD_TO_DEP_GRAPH](#addtodepgraph) - - [TARGET_NAME *STR*](#targetname-str) - - [OUTPUT_DIR *STR*](#outputdir-str) + - [ADD_TO_DEP_GRAPH](#add_to_dep_graph) + - [TARGET_NAME *STR*](#target_name-str) + - [OUTPUT_DIR *STR*](#output_dir-str) - [Doxygen `doxygen.cmake`](#doxygen-doxygencmake) - [Optional Arguments](#optional-arguments-1) - - [ADD_TO_DOC](#addtodoc) + - [ADD_TO_DOC](#add_to_doc) - [INSTALLABLE](#installable) - - [PROCESS_DOXYFILE](#processdoxyfile) - - [TARGET_NAME *STR*](#targetname-str-1) - - [OUTPUT_DIR *STR*](#outputdir-str-1) - - [INSTALL_PATH *STR*](#installpath-str) - - [DOXYFILE_PATH *STR*](#doxyfilepath-str) -- [Prepare the Catch Test Framework `prepare_catch.cmake`](#prepare-the-catch-test-framework-preparecatchcmake) + - [PROCESS_DOXYFILE](#process_doxyfile) + - [TARGET_NAME *STR*](#target_name-str-1) + - [OUTPUT_DIR *STR*](#output_dir-str-1) + - [INSTALL_PATH *STR*](#install_path-str) + - [DOXYFILE_PATH *STR*](#doxyfile_path-str) +- [Prepare the Catch Test Framework `prepare_catch.cmake`](#prepare-the-catch-test-framework-prepare_catchcmake) - [Optional Arguments](#optional-arguments-2) - - [COMPILED_CATCH](#compiledcatch) + - [COMPILED_CATCH](#compiled_catch) - [CATCH1](#catch1) - [CLONE](#clone) - [Tools `tools.cmake`](#tools-toolscmake)