mirror of https://github.com/AxioDL/boo.git
Add ASan build capability
This commit is contained in:
parent
2db777eead
commit
cb99c05284
|
@ -294,6 +294,9 @@ add_library(boo
|
||||||
InputDeviceClasses.cpp
|
InputDeviceClasses.cpp
|
||||||
${PLAT_SRCS}
|
${PLAT_SRCS}
|
||||||
${PLAT_HDRS})
|
${PLAT_HDRS})
|
||||||
|
if(COMMAND add_sanitizers)
|
||||||
|
add_sanitizers(boo)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue