]> Creatis software - clitk.git/blobdiff - cmake/dependencies.cmake
Simplified image snapshot code
[clitk.git] / cmake / dependencies.cmake
index 9246eaacb3c217cc909d602a17b38fc894da18d1..75319ecf0790409273ddcd1bfc5917758b14426d 100644 (file)
@@ -44,6 +44,8 @@ IF (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND")
 #  MESSAGE("Install libstatgrab (http://www.i-scream.org/libstatgrab/) for memory usage information")
   SET(CLITK_MEMORY_INFO OFF)
 ELSE (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND")
+  LINK_DIRECTORIES(${LIBSTATGRAB}/../lib)
+  LINK_DIRECTORIES(${LIBSTATGRAB}/../lib64)
   INCLUDE_DIRECTORIES(${LIBSTATGRAB}/../include)
   SET(CLITK_MEMORY_INFO ON)
 ENDIF (${LIBSTATGRAB} MATCHES "LIBSTATGRAB-NOTFOUND")