From cbf7134d980008ca2ce02804309f10b639a2cb3c Mon Sep 17 00:00:00 2001 From: Pascal Palenda <pascal.palenda@akustik.rwth-aachen.de> Date: Wed, 15 Feb 2023 09:39:16 +0100 Subject: [PATCH] Add some references to the README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f0d405b..7ba860d 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ A collection of CMake helper functions and tools that are common to all IHTA C++ Primarily sets the output `bin` and `lib` directories so debugging works on windows builds. - `ihta_add_test`: Adds a unit test executable target including downloading the dependencies, CTest registration and optional code coverage. - `build_doc`: Builds doxygen documentation with nice styling. + +## References + +- [cpp_coverage](https://github.com/ekcoh/cpp-coverage/blob/master/cmake/cpp_coverage.cmake) +- [crt_registertest](https://github.com/pthom/cmake_registertest/blob/master/src/crt_registertest.cmake) -- GitLab