target_libraries.cmake 314 B

12345678910111213141516
  1. #
  2. # See CMake/ctkFunctionGetTargetLibraries.cmake
  3. #
  4. # This file should list the libraries required to build the current CTK application.
  5. #
  6. SET(target_libraries
  7. )
  8. ## Query / Retrieve Testing
  9. if(CTK_APP_ctkDICOMQuery AND CTK_APP_ctkDICOMRetrieve)
  10. LIST(APPEND target_libraries
  11. CTKDICOMCore
  12. )
  13. endif()