Add sanitizer support for wx executables
This commit is contained in:
parent
24360bd84b
commit
1e927e2cf0
|
@ -26,4 +26,5 @@ set(OPJV_SRCS
|
||||||
${OPENJPEG_SOURCE_DIR}/src/bin/jp2/index.c
|
${OPENJPEG_SOURCE_DIR}/src/bin/jp2/index.c
|
||||||
)
|
)
|
||||||
add_executable(opjviewer ${OPJV_SRCS})
|
add_executable(opjviewer ${OPJV_SRCS})
|
||||||
|
add_sanitizers(opjviewer)
|
||||||
target_link_libraries(opjviewer ${wxWidgets_LIBRARIES} openjpeg)
|
target_link_libraries(opjviewer ${wxWidgets_LIBRARIES} openjpeg)
|
||||||
|
|
Loading…
Reference in New Issue