target_libraries.cmake 246 B

12345678910
  1. # See CMake/ctkMacroGetTargetLibraries.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. )