From b42b541b25456206a335939432aeae979725122e Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 16 Apr 2020 09:41:34 +0200 Subject: [PATCH] add comment --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0d1b23a..b56e38d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -40,6 +40,8 @@ CPMAddPackage( GIT_TAG 3a469d8251660a97dbf9e0afff0a242965d40277 ) +# adds support the the `USE_SANITIZER` flag +# available options are: Address, Memory, MemoryWithOrigins, Undefined, Thread, Leak, 'Address;Undefined' include(${StableCoder-cmake-scripts_SOURCE_DIR}/sanitizers.cmake) # ---- Create binary ----