- #
 
- # See CMake/ctkFunctionGetTargetLibraries.cmake
 
- # 
 
- # This file should list the libraries required to build the current CTK application.
 
- # 
 
- set(target_libraries
 
-   CTKCommandLineModulesFrontendQtGui
 
-   CTKCommandLineModulesFrontendQtWebKit
 
-   CTKCommandLineModulesBackendLocalProcess
 
-   CTKCommandLineModulesBackendFunctionPointer
 
-   CTKWidgets
 
-   )
 
 
  |