From 994a90aa49fab2d4bb0dac777b25902e92e277ba Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 16 Apr 2020 08:58:42 +0200 Subject: [PATCH] add sanitizer support. closes #13. --- test/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 1b0a5e5..0d1b23a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -34,6 +34,14 @@ CPMAddPackage( VERSION 1.0 ) +CPMAddPackage( + NAME StableCoder-cmake-scripts + GITHUB_REPOSITORY StableCoder/cmake-scripts + GIT_TAG 3a469d8251660a97dbf9e0afff0a242965d40277 +) + +include(${StableCoder-cmake-scripts_SOURCE_DIR}/sanitizers.cmake) + # ---- Create binary ---- file(GLOB sources CONFIGURE_DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/source/*.cpp)