Add sanitizer support for wx executables

This commit is contained in:
Karol Babioch 2018-02-28 17:41:31 +01:00
parent 24360bd84b
commit 1e927e2cf0
1 changed files with 1 additions and 0 deletions

View File

@ -26,4 +26,5 @@ set(OPJV_SRCS
${OPENJPEG_SOURCE_DIR}/src/bin/jp2/index.c
)
add_executable(opjviewer ${OPJV_SRCS})
add_sanitizers(opjviewer)
target_link_libraries(opjviewer ${wxWidgets_LIBRARIES} openjpeg)