aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorDan Glastonbury <[email protected]>2017-05-19 17:06:38 +1000
committerMatthew Gregan <[email protected]>2017-05-22 13:06:17 +1200
commit033b736e69bb2011594284a7e7b5638e25372b68 (patch)
tree3772a4572e6e1cf1f63e261a5579cb606871fae0 /.gitmodules
parentac8496de671eaa361e989fc2ce5036b64776b19b (diff)
downloadcubeb-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--.gitmodules3
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