]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/CMakeLists.txt
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / CMakeLists.txt
index eb111a28f90e49333108e06391b582020c5d21fc..d0daed4b8e06233943d9070d030192772c9243c8 100644 (file)
@@ -1,8 +1,10 @@
 # ---------------------------------------------------------------------
 #
 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
-#                        pour la Santé)
+#                        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, 
@@ -81,14 +83,20 @@ IF ( BUILD_${LIBRARY_NAME} )
   #    ${VTK_LIBRARIES}
   #    ${ITK_LIBRARIES}
   #    ${GDCM_LIBRARIES}
-  #    ${BOOST_LIBRARIES}
+      ${BOOST_LIBRARIES}
 
   # If this library must link against other libraries 
   # USER! : Add here any extra Library you need
-
+  crea
   )
   #----------------------------------------------------------------------------
+  INCLUDE_DIRECTORIES (
 
+  # USER! : Add here the directories holding th extra .h files you need
+  # e.g.
+  # ../../lib/<my_library_I_just_created>
+  ../../src
+  )
   #----------------------------------------------------------------------------
   # MACRO WHICH DOES ALL THE JOB : BUILD AND INSTALL