mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-11 14:41:59 +00:00
Add sanitizers to executable targets
This commit is contained in:
@@ -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()
|
||||||
Reference in New Issue
Block a user