Go to file
Alexander Haase 584f137e70 Reworked FindASan.cmake.
* removed build type ASAN. Targets should define ASan usage by sanitize_address
  function
* compiler flags will be searched by compiler instead of per language
* FindASan warns, if a target can't be sanitized because of incompatible
  compilers
* added some helper functions
2016-03-08 03:52:36 +01:00
cmake Reworked FindASan.cmake. 2016-03-08 03:52:36 +01:00
tests Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00
CMakeLists.txt Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00
LICENSE Initial commit 2013-10-05 22:14:59 -07:00
README.md Initial commit 2013-10-05 22:14:59 -07:00

sanitizers-cmake

CMake modules to help use sanitizers