Przeglądaj źródła

Added missing dependencies to CTKDICOMCore

Ivo Wolf 14 lat temu
rodzic
commit
3fe51f6ad6

+ 9 - 0
Plugins/org.commontk.dah.exampleapp/target_libraries.cmake

@@ -0,0 +1,9 @@
+#
+# See CMake/ctkMacroGetTargetLibraries.cmake
+# 
+# This file should list the libraries required to build the current CTK libraries
+# 
+
+SET(target_libraries
+  CTKDICOMCore
+  )