target_libraries.cmake 209 B

1234567891011
  1. #
  2. # See CMake/ctkMacroGetTargetLibraries.cmake
  3. #
  4. # This file should list the libraries required to build the current CTK application.
  5. #
  6. set(target_libraries
  7. CTKPluginFramework
  8. org_commontk_eventbus
  9. )