From: malaterre Date: Mon, 24 Oct 2005 15:58:35 +0000 (+0000) Subject: ENH: Rebuild lib when file change X-Git-Tag: OpenJPEG.Version1.2~208 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5aaee60665d694d3fef70c95a6b064e70cee26bf;p=gdcm.git ENH: Rebuild lib when file change --- diff --git a/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt b/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt index f2748dd4..43d01117 100644 --- a/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt +++ b/src/gdcmopenjpeg/libopenjpeg/CMakeLists.txt @@ -1,3 +1,4 @@ +INCLUDE_REGULAR_EXPRESSION("^.*$") # Create the lib SET(openjpeg_SRCS bio.c @@ -20,7 +21,7 @@ SET(openjpeg_SRCS ) ADD_LIBRARY(gdcmopenjpeg ${openjpeg_SRCS}) -## $Id: CMakeLists.txt,v 1.2 2005/10/24 15:39:38 malaterre Exp $ +## $Id: CMakeLists.txt,v 1.3 2005/10/24 15:58:35 malaterre Exp $ ## ## makefile for OpenJPEG library #