Add sanitizer support for jpwl executables
This commit is contained in:
parent
4acb261b93
commit
9d263c9b08
|
@ -37,6 +37,7 @@ foreach(exe decompress compress)
|
||||||
${jpwl_exe}.c
|
${jpwl_exe}.c
|
||||||
${common_SRCS}
|
${common_SRCS}
|
||||||
)
|
)
|
||||||
|
add_sanitizers(${jpwl_exe})
|
||||||
set_property(
|
set_property(
|
||||||
TARGET ${jpwl_exe}
|
TARGET ${jpwl_exe}
|
||||||
APPEND PROPERTY COMPILE_DEFINITIONS USE_JPWL
|
APPEND PROPERTY COMPILE_DEFINITIONS USE_JPWL
|
||||||
|
|
Loading…
Reference in New Issue