]> Creatis software - bbtk.git/commitdiff
#3479 Bug compilation windows dlfcn.h include
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Sun, 12 Dec 2021 09:08:31 +0000 (10:08 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Sun, 12 Dec 2021 09:08:31 +0000 (10:08 +0100)
kernel/cmake/BBTKFindLibraries.cmake

index 4ae316bba7737d3d9ea9ac601f76c576644b1907..50877b93dbf018e7e04aaa418a46c221fba57e21 100644 (file)
@@ -143,6 +143,7 @@ IF(MINGW)
   SET(BBTK_LINK_LIBRARIES
     ${BBTK_LINK_LIBRARIES}
     dl) 
+       include_directories( $ENV(CREATIS_THIRDPARTYDLLS_DIRS)/../include ) 
 ENDIF(MINGW)