aboutsummaryrefslogtreecommitdiff
path: root/kde-modules/KDECompilerSettings.cmake
diff options
context:
space:
mode:
authorMathieu Tarral <mathieu.tarral@gmail.com>2014-09-11 00:57:50 +0200
committerAlbert Astals Cid <aacid@kde.org>2014-09-11 00:58:20 +0200
commita4ae63d26665c814a452d4949a067a6bab45152e (patch)
treec40b9f4a23afe6d31c5a62979d160c8fe2400cd6 /kde-modules/KDECompilerSettings.cmake
parentf5f4d572ba0904a5c5c52a0de710112b953767ce (diff)
downloadextra-cmake-modules-a4ae63d26665c814a452d4949a067a6bab45152e.tar.gz
extra-cmake-modules-a4ae63d26665c814a452d4949a067a6bab45152e.tar.bz2
Add compiler sanitizers support
REVIEW: 119968
Diffstat (limited to 'kde-modules/KDECompilerSettings.cmake')
-rw-r--r--kde-modules/KDECompilerSettings.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake
index f0d1aefe..728bb413 100644
--- a/kde-modules/KDECompilerSettings.cmake
+++ b/kde-modules/KDECompilerSettings.cmake
@@ -420,3 +420,4 @@ if (MINGW AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
set (CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--export-all-symbols")
endif()
+include ( ECMEnableSanitizers )