target_libraries.cmake 210 B

123456789101112
  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. QT_LIBRARIES
  8. BFD_LIBRARIES
  9. Log4Qt_LIBRARIES
  10. )