DependInfo.cmake 1.1 KB

12345678910111213141516171819202122232425262728293031
  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/user/EgoJC/common/iobuffer.cpp" "/home/user/EgoJC/update_time/build/CMakeFiles/update_time.dir/home/user/EgoJC/common/iobuffer.cpp.o"
  8. "/home/user/EgoJC/protocol/linux/protocol.pb.cc" "/home/user/EgoJC/update_time/build/CMakeFiles/update_time.dir/home/user/EgoJC/protocol/linux/protocol.pb.cc.o"
  9. "/home/user/EgoJC/update_time/main.cpp" "/home/user/EgoJC/update_time/build/CMakeFiles/update_time.dir/main.cpp.o"
  10. )
  11. set(CMAKE_CXX_COMPILER_ID "Clang")
  12. # Preprocessor definitions for this target.
  13. set(CMAKE_TARGET_DEFINITIONS_CXX
  14. "JSONCPP_USING_SECURE_MEMORY=0"
  15. "WEBRTC_LINUX=1"
  16. "WEBRTC_POSIX=1"
  17. )
  18. # The include file search paths:
  19. set(CMAKE_CXX_TARGET_INCLUDE_PATH
  20. "../../thirdparty/Eigen/eigen3"
  21. "../../protocol/linux"
  22. )
  23. # Targets to which this target links.
  24. set(CMAKE_TARGET_LINKED_INFO_FILES
  25. )
  26. # Fortran module output directory.
  27. set(CMAKE_Fortran_TARGET_MODULE_DIR "")