target_libraries.cmake 274 B

12345678910111213
  1. #
  2. # See CMake/ctkMacroGetTargetLibraries.cmake
  3. #
  4. # This file should list the libraries required to build the current CTK libraries
  5. #
  6. set(target_libraries
  7. CTKDICOMCore
  8. CTKDICOMWidgets
  9. CTKCommandLineModulesFrontendQtGui
  10. CTKCommandLineModulesBackendLocalProcess
  11. )