target_libraries.cmake 214 B

1234567891011
  1. #
  2. # See CMake/ctkMacroGetTargetLibraries.cmake
  3. #
  4. # This file should list the libraries required to build the current CTK libraries
  5. #
  6. SET(target_libraries
  7. VTK_LIBRARIES
  8. CTKWidgets
  9. CTKVisualizationVTKCore
  10. )