target_libraries.cmake 249 B

12345678910
  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. )