mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-16 12:21:25 +00:00
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…
x
Reference in New Issue
Block a user