X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=2060486baad50703accf39863addd1f41598df6d;hb=7b7aa6a850620a9932b5a65ec035845c5800319e;hp=6f602cd295cb8e64bf7be2f60c8879fda65fc370;hpb=1ad955c1be07763bfa07d0a00e8a421807357385;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 6f602cd..2060486 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -31,9 +31,22 @@ SET(clitkCommon_SRC clitkImageToImageGenericFilterBase.cxx clitkExceptionObject.cxx clitkFilterBase.cxx + clitkMemoryUsage.cxx ) +### Declare clitkCommon library ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC}) + +### if LIBSTATGRAB is installed, add clitkMemoryUsage.cxx in the library +IF(CLITK_MEMORY_INFO) + FIND_PROGRAM(LIBSTATGRAB NAMES statgrab PATHS) + IF (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND") + MESSAGE( FATAL_ERROR "libstatgrab NOT FOUND -> please install http://www.i-scream.org/libstatgrab/") + ELSE (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND") + TARGET_LINK_LIBRARIES(clitkCommon statgrab) + ENDIF (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND") +ENDIF(CLITK_MEMORY_INFO) + TARGET_LINK_LIBRARIES(clitkCommon vtkCommon vtkImaging vtkHybrid ITKBasicFilters) ADD_LIBRARY(clitkDicomRTStruct STATIC