target_libraries.cmake 183 B

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