mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Add ASan build capability
This commit is contained in:
@@ -11,8 +11,10 @@ add_executable(hecl main.cpp
|
||||
ToolAdd.hpp
|
||||
ToolRemove.hpp
|
||||
ToolSpec.hpp
|
||||
../DataSpecRegistry.hpp
|
||||
)
|
||||
../DataSpecRegistry.hpp)
|
||||
if(COMMAND add_sanitizers)
|
||||
add_sanitizers(hecl)
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
list(APPEND PLAT_LIBS pthread)
|
||||
|
||||
Reference in New Issue
Block a user