target_libraries.cmake 288 B

12345678910111213
  1. #
  2. # See CMake/ctkFunctionGetTargetLibraries.cmake
  3. #
  4. # This file should list the libraries required to build the current CTK libraries
  5. #
  6. set(target_libraries
  7. CTKCore
  8. DCMTK_LIBRARIES
  9. )
  10. if (CTK_QT_VERSION VERSION_GREATER "4")
  11. list(APPEND target_libraries Qt5Sql_LIBRARIES)
  12. endif()