target_libraries.cmake 269 B

1234567891011121314
  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. BFD_LIBRARIES
  8. )
  9. if (CTK_QT_VERSION VERSION_LESS "5")
  10. list(APPEND target_libraries QT_LIBRARIES)
  11. endif()