]> Creatis software - gdcm.git/commitdiff
COMP: Adding some random lib to allow compilation
authormalaterre <malaterre>
Thu, 6 Jan 2005 19:40:09 +0000 (19:40 +0000)
committermalaterre <malaterre>
Thu, 6 Jan 2005 19:40:09 +0000 (19:40 +0000)
src/CMakeLists.txt

index 64b436468a4423d47582daeb7cd9a41d4116bbaa..fff6249448f2318d9754fca3fb0636fb20d3ae5f 100644 (file)
@@ -65,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)