]> Creatis software - gdcm.git/blobdiff - src/CMakeLists.txt
Removal of useless and dangerous methods :
[gdcm.git] / src / CMakeLists.txt
index 541ba16042f71cd3c2c1e55178b13c977dd83263..fff6249448f2318d9754fca3fb0636fb20d3ae5f 100644 (file)
@@ -13,6 +13,7 @@ INCLUDE_DIRECTORIES(
 )
 
 SET(libgdcm_la_SOURCES
+   gdcmBase.cxx
    gdcmBinEntry.cxx
    gdcmDebug.cxx
    gdcmDicomDir.cxx
@@ -43,6 +44,7 @@ SET(libgdcm_la_SOURCES
    gdcmJpeg16.cxx
    gdcmJpeg2000.cxx
    gdcmPixelReadConvert.cxx
+   gdcmPixelWriteConvert.cxx
    gdcmRLEFrame.cxx
    gdcmRLEFramesInfo.cxx
    gdcmSeqEntry.cxx
@@ -63,7 +65,7 @@ TARGET_LINK_LIBRARIES(gdcm
 )
 IF(WIN32)
   IF(NOT BORLAND)
-    TARGET_LINK_LIBRARIES(gdcm Wsock32)
+    TARGET_LINK_LIBRARIES(gdcm Wsock32 Snmpapi)
   ENDIF(NOT BORLAND)
 ENDIF(WIN32)