Add sanitizers to executable targets

This commit is contained in:
Jack Andersen 2018-05-06 13:08:52 -10:00
parent 7c69b0f465
commit b866ab0509
2 changed files with 4 additions and 1 deletions

2
hecl/extern/boo vendored

@ -1 +1 @@
Subproject commit edf2c1e34df6a27e287dcea1f80f677ce51133f9
Subproject commit 8241df0a1be09dbee177f467104b2a7c53506ce7

View File

@ -3,3 +3,6 @@ target_link_libraries(heclTest
hecl-full hecl-blender-addon
athena-core athena-libyaml xxhash logvisor boo
${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS})
if(COMMAND add_sanitizers)
add_sanitizers(heclTest)
endif()