target_libraries.cmake 269 B

1234567891011
  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. CTKModuleDescription
  9. )