]> Creatis software - gdcm.git/commitdiff
* doh, forgot the most important :)
authormalaterre <malaterre>
Thu, 9 Oct 2003 17:54:33 +0000 (17:54 +0000)
committermalaterre <malaterre>
Thu, 9 Oct 2003 17:54:33 +0000 (17:54 +0000)
gdcmPython/CMakeLists.txt

index a8f10a6b15704811f4af064266c24323b3b8b915..986c920146f46f6dd00f1290f237a2e17a7377e9 100644 (file)
@@ -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
 )