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
|
||||
${PLAT_SRCS}
|
||||
${PLAT_HDRS})
|
||||
if(COMMAND add_sanitizers)
|
||||
add_sanitizers(boo)
|
||||
endif()
|
||||
|
||||
add_subdirectory(test)
|
||||
|
||||
|
|
Loading…
Reference in New Issue