target_libraries.cmake 215 B

12345678910
  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. org_commontk_dah_examplehost
  8. CTKDICOMWidgets
  9. )