From: Eduardo DAVILA Date: Sun, 12 Dec 2021 09:08:31 +0000 (+0100) Subject: #3479 Bug compilation windows dlfcn.h include X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c609056d68310ce31208871e6b487c0ebb8e2167;p=bbtk.git #3479 Bug compilation windows dlfcn.h include --- diff --git a/kernel/cmake/BBTKFindLibraries.cmake b/kernel/cmake/BBTKFindLibraries.cmake index 4ae316b..50877b9 100644 --- a/kernel/cmake/BBTKFindLibraries.cmake +++ b/kernel/cmake/BBTKFindLibraries.cmake @@ -143,6 +143,7 @@ IF(MINGW) SET(BBTK_LINK_LIBRARIES ${BBTK_LINK_LIBRARIES} dl) + include_directories( $ENV(CREATIS_THIRDPARTYDLLS_DIRS)/../include ) ENDIF(MINGW)