X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FCMakeLists.txt;h=999a933eeba640ee824b247ca8ce26b22a5b4d62;hb=75fe55c7b72932dac378a24e7315071bc0ac9af6;hp=bbdd6693db7995aed7d1660f6c7cf3a75552484d;hpb=af698856153f426a4d852b6645e238f669d42276;p=gdcm.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index bbdd6693..999a933e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,7 @@ #----------------------------------------------------------------------------- +# Rebuild gdcm whenever a file starting with gdcm* is modified +INCLUDE_REGULAR_EXPRESSION("^gdcm.*$") + # Build jpeg lib first: SUBDIRS(gdcmjpeg)