Add sanitizer support for openjpwl library
This commit is contained in:
parent
97cc0941ad
commit
40e620ee52
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue