target_libraries.cmake 387 B

123456789101112131415
  1. #
  2. # See CMake/ctkFunctionGetTargetLibraries.cmake
  3. #
  4. # This file should list the libraries required to build the current CTK application.
  5. #
  6. set(target_libraries
  7. CTKCommandLineModulesFrontendQtGui
  8. CTKCommandLineModulesFrontendQtWebKit
  9. CTKCommandLineModulesBackendXMLChecker
  10. CTKCommandLineModulesBackendLocalProcess
  11. CTKCommandLineModulesBackendFunctionPointer
  12. CTKWidgets
  13. )