Skip to content

Commit

Permalink
Updated README for new 'main' primary branch
Browse files Browse the repository at this point in the history
  • Loading branch information
StableCoder committed Nov 2, 2020
1 parent acc07ef commit 5c3221d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CMake Scripts <!-- omit in toc -->

[![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

Expand All @@ -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)
Expand Down

0 comments on commit 5c3221d

Please sign in to comment.