target_libraries.cmake 281 B

123456789101112
  1. # See CMake/ctkFunctionGetTargetLibraries.cmake
  2. #
  3. # This file should list the libraries required to build the current CTK plugin.
  4. # For specifying required plugins, see the manifest_headers.cmake file.
  5. #
  6. SET(target_libraries
  7. CTKPluginFramework
  8. QT_LIBRARIES
  9. QTSOAP_LIBRARY
  10. )