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:
parent
e68141bfd8
commit
994a90aa49
1 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue