diff options
author | Dan Glastonbury <[email protected]> | 2017-05-19 17:06:38 +1000 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2017-05-22 13:06:17 +1200 |
commit | 033b736e69bb2011594284a7e7b5638e25372b68 (patch) | |
tree | 3772a4572e6e1cf1f63e261a5579cb606871fae0 /.gitmodules | |
parent | ac8496de671eaa361e989fc2ce5036b64776b19b (diff) | |
download | cubeb-033b736e69bb2011594284a7e7b5638e25372b68.tar.gz cubeb-033b736e69bb2011594284a7e7b5638e25372b68.zip |
Setup CMake to compile with Clang/GCC sanitizers.
See https://github.com/arsenm/sanitizers-cmake for more details.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7e38e13..a819201 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "googletest"] path = googletest url = https://github.com/google/googletest +[submodule "cmake/sanitizers-cmake"] + path = cmake/sanitizers-cmake + url = https://github.com/arsenm/sanitizers-cmake |