DependInfo.cmake 830 B

123456789101112131415161718192021222324252627
  1. # The set of languages for which implicit dependencies are needed:
  2. set(CMAKE_DEPENDS_LANGUAGES
  3. "C"
  4. )
  5. # The set of files for implicit dependencies of each language:
  6. set(CMAKE_DEPENDS_CHECK_C
  7. "/home/anonymous/Downloads/ID2T-toolkit/code_boost/src/SQLiteCpp/sqlite3/sqlite3.c" "/home/anonymous/Downloads/ID2T-toolkit/code_boost/src/cmake-build-debug/SQLiteCpp/sqlite3/CMakeFiles/sqlite3.dir/sqlite3.c.o"
  8. )
  9. set(CMAKE_C_COMPILER_ID "GNU")
  10. # Preprocessor definitions for this target.
  11. set(CMAKE_TARGET_DEFINITIONS_C
  12. "SQLITE_ENABLE_COLUMN_METADATA"
  13. )
  14. # The include file search paths:
  15. set(CMAKE_C_TARGET_INCLUDE_PATH
  16. "../SQLiteCpp/include"
  17. "../SQLiteCpp/sqlite3"
  18. )
  19. # Targets to which this target links.
  20. set(CMAKE_TARGET_LINKED_INFO_FILES
  21. )
  22. # Fortran module output directory.
  23. set(CMAKE_Fortran_TARGET_MODULE_DIR "")