X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FCMakeLists.txt;h=d0daed4b8e06233943d9070d030192772c9243c8;hb=f10df58dfa9c4d8489fe35f57f796bcf37e5f9b4;hp=37aa14e1ced15d716ffb7def417428f10412c697;hpb=ca800a1a9a78f119d37d9642ea29acb7c9b9a323;p=crea.git diff --git a/lib/creaDevManagerLib/CMakeLists.txt b/lib/creaDevManagerLib/CMakeLists.txt index 37aa14e..d0daed4 100644 --- a/lib/creaDevManagerLib/CMakeLists.txt +++ b/lib/creaDevManagerLib/CMakeLists.txt @@ -1,7 +1,7 @@ # --------------------------------------------------------------------- # # 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 @@ -83,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