ソースを参照

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