瀏覽代碼

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