Преглед изворни кода

Added missing dependencies to CTKDICOMCore

Ivo Wolf пре 14 година
родитељ
комит
3fe51f6ad6
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      Plugins/org.commontk.dah.exampleapp/target_libraries.cmake

+ 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
+  )