Add sanitizer support for mj2 executables
This commit is contained in:
parent
9d263c9b08
commit
24360bd84b
|
@ -32,6 +32,7 @@ foreach(exe
|
|||
${MJ2_SRCS}
|
||||
${OPENJPEG_SOURCE_DIR}/src/bin/common/color.c
|
||||
)
|
||||
add_sanitizers(${exe})
|
||||
set_property(
|
||||
TARGET ${exe}
|
||||
APPEND PROPERTY COMPILE_DEFINITIONS USE_MJ2
|
||||
|
|
Loading…
Reference in New Issue