X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FCMakeLists.txt;h=d0daed4b8e06233943d9070d030192772c9243c8;hb=dd9de710df141a074f10d0cab27b217425ecab20;hp=bb1dbea12bb24554962021003dfe1ae332032d56;hpb=e5db5721e091541b11e8cff659e5832fa0b5c563;p=crea.git diff --git a/lib/creaDevManagerLib/CMakeLists.txt b/lib/creaDevManagerLib/CMakeLists.txt index bb1dbea..d0daed4 100644 --- a/lib/creaDevManagerLib/CMakeLists.txt +++ b/lib/creaDevManagerLib/CMakeLists.txt @@ -87,10 +87,16 @@ IF ( BUILD_${LIBRARY_NAME} ) # 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