DependInfo.cmake 1.6 KB

123456789101112131415161718192021222324252627282930313233
  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. "/mnt/hgfs/vm-exchange/SQLiteCpp/src/Backup.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o"
  8. "/mnt/hgfs/vm-exchange/SQLiteCpp/src/Column.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o"
  9. "/mnt/hgfs/vm-exchange/SQLiteCpp/src/Database.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o"
  10. "/mnt/hgfs/vm-exchange/SQLiteCpp/src/Exception.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o"
  11. "/mnt/hgfs/vm-exchange/SQLiteCpp/src/Statement.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o"
  12. "/mnt/hgfs/vm-exchange/SQLiteCpp/src/Transaction.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o"
  13. )
  14. SET(CMAKE_CXX_COMPILER_ID "GNU")
  15. # Preprocessor definitions for this target.
  16. SET(CMAKE_TARGET_DEFINITIONS
  17. "SQLITE_ENABLE_COLUMN_METADATA"
  18. )
  19. # Targets to which this target links.
  20. SET(CMAKE_TARGET_LINKED_INFO_FILES
  21. )
  22. # The include file search paths:
  23. SET(CMAKE_C_TARGET_INCLUDE_PATH
  24. "../include"
  25. "../sqlite3"
  26. "../googletest/googletest/include"
  27. )
  28. SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
  29. SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
  30. SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})