1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

add sanitizer support. closes #13.

This commit is contained in:
Lars Melchior 2020-04-16 08:58:42 +02:00
parent e68141bfd8
commit 994a90aa49

View file

@ -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)