소스 검색

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