Browse Source

COMP: remove unneeded cmakelists.txt - per Jc apps and libs get defined in toplevel to help automate the dependencies

Steve Pieper 15 years ago
parent
commit
ff9cb32f45
1 changed files with 0 additions and 18 deletions
  1. 0 18
      Libs/DICOM/Applications/CMakeLists.txt

+ 0 - 18
Libs/DICOM/Applications/CMakeLists.txt

@@ -1,18 +0,0 @@
-
-INCLUDE_DIRECTORIES(${CTK_BASE_INCLUDE_DIRS})
-# Create executable
-ADD_EXECUTABLE(ctkDMCTK
-  Main.cxx
-)
-
-ADD_EXECUTABLE(ctkDicomIndex
-  ctkDicomIndex.cxx
-)
-
-SET(KIT_LIBRARIES
-  ${CTK_BASE_LIBRARIES}
-  # ${QT_LIBRARIES}
-  )
-
-TARGET_LINK_LIBRARIES(ctkDMCTK ${KIT_LIBRARIES})
-TARGET_LINK_LIBRARIES(ctkDicomIndex ${KIT_LIBRARIES})