Add sanitizer support for openjpwl library

This commit is contained in:
Karol Babioch 2018-02-28 17:44:29 +01:00
parent 97cc0941ad
commit 40e620ee52
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ if(WIN32)
endif()
endif()
add_library(openjpwl ${JPWL_SRCS} ${OPENJPEG_SRCS})
add_sanitizers(openjpwl)
if(UNIX)
target_link_libraries(openjpwl m)
endif()