]> Creatis software - crea.git/blobdiff - src/CMakeLists.txt
#2499 crea Feature New Normal - wt-version wtLibrary
[crea.git] / src / CMakeLists.txt
index a7ca13c477060db3de7ab72bf1fecc2bb83baff5..c9a15681e2b96006e04213dbc3fdac78c5367665 100644 (file)
@@ -3,6 +3,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, 
@@ -71,7 +73,8 @@ ADD_LIBRARY(crea ${CREA_BUILD_SHARED} ${SRCS})
 TARGET_LINK_LIBRARIES(crea
   ${WXWIDGETS_LIBRARIES}
   ${VTK_LIBRARIES}
-  ${BOOST_LIBRARIES}  
+  ${BOOST_LIBRARIES}
+
 )
 
 SET_TARGET_PROPERTIES(crea PROPERTIES ${CREA_LIBRARY_PROPERTIES})