mirror of https://github.com/AxioDL/boo.git
Add sanitizers to executable targets
This commit is contained in:
parent
edf2c1e34d
commit
8241df0a1b
|
@ -1,2 +1,5 @@
|
||||||
add_executable(booTest WIN32 main.cpp)
|
add_executable(booTest WIN32 main.cpp)
|
||||||
target_link_libraries(booTest boo logvisor xxhash ${BOO_SYS_LIBS})
|
target_link_libraries(booTest boo logvisor xxhash ${BOO_SYS_LIBS})
|
||||||
|
if(COMMAND add_sanitizers)
|
||||||
|
add_sanitizers(booTest)
|
||||||
|
endif()
|
Loading…
Reference in New Issue