DependInfo.cmake 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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/tests/Backup_test.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.o"
  8. "/mnt/hgfs/vm-exchange/SQLiteCpp/tests/Column_test.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.o"
  9. "/mnt/hgfs/vm-exchange/SQLiteCpp/tests/Database_test.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.o"
  10. "/mnt/hgfs/vm-exchange/SQLiteCpp/tests/Statement_test.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.o"
  11. "/mnt/hgfs/vm-exchange/SQLiteCpp/tests/Transaction_test.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.o"
  12. "/mnt/hgfs/vm-exchange/SQLiteCpp/tests/VariadicBind_test.cpp" "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.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. "/mnt/hgfs/vm-exchange/SQLiteCpp/build/googletest/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
  22. "/mnt/hgfs/vm-exchange/SQLiteCpp/build/CMakeFiles/SQLiteCpp.dir/DependInfo.cmake"
  23. "/mnt/hgfs/vm-exchange/SQLiteCpp/build/sqlite3/CMakeFiles/sqlite3.dir/DependInfo.cmake"
  24. "/mnt/hgfs/vm-exchange/SQLiteCpp/build/googletest/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake"
  25. )
  26. # The include file search paths:
  27. SET(CMAKE_C_TARGET_INCLUDE_PATH
  28. "../include"
  29. "../sqlite3"
  30. "../googletest/googletest/include"
  31. )
  32. SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
  33. SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
  34. SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})