From 40e620ee525520288bffbef6bd0534a9a4dc4108 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Wed, 28 Feb 2018 17:44:29 +0100 Subject: [PATCH] Add sanitizer support for openjpwl library --- src/lib/openjpwl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/openjpwl/CMakeLists.txt b/src/lib/openjpwl/CMakeLists.txt index 1b33adbe..5c6208c1 100644 --- a/src/lib/openjpwl/CMakeLists.txt +++ b/src/lib/openjpwl/CMakeLists.txt @@ -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()