X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=samples%2FcreaSample_preprocessor%2FCMakeLists.txt;h=835705bb9bd127e7d9391ba767e0f8703b7f57bd;hb=9e148a8d7d2e7266f3c66baa2413e4a2b77f6266;hp=3ce8e16940556d7aca142fcb182699aabc481c73;hpb=17824854619941a12697fea8524f4218f9a14ef9;p=crea.git diff --git a/samples/creaSample_preprocessor/CMakeLists.txt b/samples/creaSample_preprocessor/CMakeLists.txt index 3ce8e16..835705b 100644 --- a/samples/creaSample_preprocessor/CMakeLists.txt +++ b/samples/creaSample_preprocessor/CMakeLists.txt @@ -4,6 +4,8 @@ # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image # pour la Santé) # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# Previous Authors : Laurent Guigues, Jean-Pierre Roux +# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil # # This software is governed by the CeCILL-B license under French law and # abiding by the rules of distribution of free software. You can use, @@ -23,7 +25,7 @@ # ------------------------------------------------------------------------ */ crea_DEFINE(DEF1) -crea_DEFINE_WITH_VAL(DEF2 "This is the value of DEF2") +#crea_DEFINE_WITH_VAL(DEF2 "This is the value of DEF2") crea_DEFINE_WITH_VAL(DEF3 10) ADD_EXECUTABLE(creaSample_preprocessor main)