From: malaterre Date: Thu, 9 Oct 2003 17:54:33 +0000 (+0000) Subject: * doh, forgot the most important :) X-Git-Tag: Version0.3.1~116 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=188d74e401f34b35abc5585844e8c42ada54cba5;p=gdcm.git * doh, forgot the most important :) --- diff --git a/gdcmPython/CMakeLists.txt b/gdcmPython/CMakeLists.txt index a8f10a6b..986c9201 100644 --- a/gdcmPython/CMakeLists.txt +++ b/gdcmPython/CMakeLists.txt @@ -37,6 +37,7 @@ SET_SOURCE_FILES_PROPERTIES(gdcm_wrap.cxx GENERATED) ADD_LIBRARY(pygdcm ${GDCM_PYTHON_SOURCES}) TARGET_LINK_LIBRARIES(pygdcm ${PYTHON_LIBRARY} + gdcm )