target_libraries.cmake 234 B

12345678910
  1. # See CMake/ctkMacroGetTargetLibraries.cmake
  2. #
  3. # This file should list the libraries required to build the current CTK plugin.
  4. # For specifying required plugins, see the manifest_headers.cmake file.
  5. #
  6. SET(target_libraries
  7. Log4Qt
  8. )