# # See CMake/ctkFunctionGetTargetLibraries.cmake # # This file should list the libraries required to build the current CTK libraries # set(target_libraries CTKCore DCMTK_LIBRARIES ) if (CTK_QT_VERSION VERSION_GREATER "4") list(APPEND target_libraries Qt5Sql_LIBRARIES) endif()