DependInfo.cmake 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # The set of languages for which implicit dependencies are needed:
  2. set(CMAKE_DEPENDS_LANGUAGES
  3. "CXX"
  4. )
  5. # The set of files for implicit dependencies of each language:
  6. set(CMAKE_DEPENDS_CHECK_CXX
  7. "/home/maldela/projects/fancontrol-gui.git/build/helper/fancontrol-gui-helper_automoc.cpp" "/home/maldela/projects/fancontrol-gui.git/build/helper/CMakeFiles/fancontrol-gui-helper.dir/fancontrol-gui-helper_automoc.cpp.o"
  8. "/home/maldela/projects/fancontrol-gui.git/helper/src/helper.cpp" "/home/maldela/projects/fancontrol-gui.git/build/helper/CMakeFiles/fancontrol-gui-helper.dir/src/helper.cpp.o"
  9. )
  10. set(CMAKE_CXX_COMPILER_ID "GNU")
  11. # Preprocessor definitions for this target.
  12. set(CMAKE_TARGET_DEFINITIONS_CXX
  13. "KCOREADDONS_LIB"
  14. "QT_CORE_LIB"
  15. "QT_DBUS_LIB"
  16. "_GNU_SOURCE"
  17. "_LARGEFILE64_SOURCE"
  18. )
  19. # The include file search paths:
  20. set(CMAKE_CXX_TARGET_INCLUDE_PATH
  21. "helper"
  22. "../helper"
  23. "/usr/include/qt"
  24. "/usr/include/qt/QtDBus"
  25. "/usr/include/qt/QtCore"
  26. "/usr/lib/qt/mkspecs/linux-g++"
  27. "/usr/include/KF5/KAuth"
  28. "/usr/include/KF5"
  29. "/usr/include/KF5/KCoreAddons"
  30. )
  31. # Targets to which this target links.
  32. set(CMAKE_TARGET_LINKED_INFO_FILES
  33. )