X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FCMakeLists.txt;h=d0daed4b8e06233943d9070d030192772c9243c8;hb=de76ec742d17da9747b691dd168a8d832a64168e;hp=eb111a28f90e49333108e06391b582020c5d21fc;hpb=17824854619941a12697fea8524f4218f9a14ef9;p=crea.git diff --git a/lib/creaDevManagerLib/CMakeLists.txt b/lib/creaDevManagerLib/CMakeLists.txt index eb111a2..d0daed4 100644 --- a/lib/creaDevManagerLib/CMakeLists.txt +++ b/lib/creaDevManagerLib/CMakeLists.txt @@ -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/ + ../../src + ) #---------------------------------------------------------------------------- # MACRO WHICH DOES ALL THE JOB : BUILD AND INSTALL