- #
 
- # See CMake/ctkMacroGetTargetLibraries.cmake
 
- # 
 
- # This file should list the libraries required to build the current CTK application.
 
- # 
 
- SET(target_libraries
 
-   )
 
- ## Query / Retrieve Testing
 
- if(CTK_APP_ctkDICOMQuery AND CTK_APP_ctkDICOMRetrieve)
 
-   LIST(APPEND target_libraries 
 
-     CTKDICOMCore
 
-     )
 
- endif()
 
 
  |