mirror of https://github.com/AxioDL/metaforce.git
Add sanitizers to executable targets
This commit is contained in:
parent
7c69b0f465
commit
b866ab0509
|
@ -1 +1 @@
|
|||
Subproject commit edf2c1e34df6a27e287dcea1f80f677ce51133f9
|
||||
Subproject commit 8241df0a1be09dbee177f467104b2a7c53506ce7
|
|
@ -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()
|
Loading…
Reference in New Issue