target_libraries.cmake 243 B

1234567891011
  1. #
  2. # See CMake/ctkFunctionGetTargetLibraries.cmake
  3. #
  4. # This file should list the libraries required to build the current CTK plugin.
  5. # To specify required plugins, see the file manifest_headers.cmake.
  6. #
  7. set(target_libraries
  8. CTKWidgets
  9. )