1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-10-05 07:40:07 +00:00

Misc. cmake refactoring

This commit is contained in:
2022-01-29 17:16:29 -06:00
parent 773ea19532
commit 7481431551
2 changed files with 4 additions and 2 deletions

View File

@@ -55,5 +55,6 @@ function (add_sanitize_address TARGET)
return()
endif ()
message(STATUS "Adding ASAN for " ${TARGET} "")
sanitizer_add_flags(${TARGET} "AddressSanitizer" "ASan")
endfunction ()