target_libraries.cmake 255 B

1234567891011121314
  1. #
  2. # See CMake/ctkFunctionGetTargetLibraries.cmake
  3. #
  4. # This file should list the libraries required to build the current CTK plugin.
  5. #
  6. set(target_libraries
  7. qxmlrpc_LIBRARY
  8. CTKPluginFramework
  9. QtSOAP_LIBRARIES
  10. qxmlrpc_LIBRARIES
  11. QT_LIBRARIES
  12. )