Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

33 lines
1.6KB

  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. "/backup/weiye/src_binary_droplet_COPY/src/UserData.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/UserData.cpp.o"
  8. "/backup/weiye/src_binary_droplet_COPY/src/gridRoutines.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/gridRoutines.cpp.o"
  9. "/backup/weiye/src_binary_droplet_COPY/src/main.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/main.cpp.o"
  10. "/backup/weiye/src_binary_droplet_COPY/src/parse.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/parse.cpp.o"
  11. "/backup/weiye/src_binary_droplet_COPY/src/residue.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/residue.cpp.o"
  12. "/backup/weiye/src_binary_droplet_COPY/src/solution.cpp" "/backup/weiye/src_binary_droplet_COPY/build/CMakeFiles/DropletCombustion.dir/src/solution.cpp.o"
  13. )
  14. set(CMAKE_CXX_COMPILER_ID "GNU")
  15. # The include file search paths:
  16. set(CMAKE_CXX_TARGET_INCLUDE_PATH
  17. "../include"
  18. "/opt/scientific/cantera-2.4_gnu_blas/include"
  19. "/opt/scientific/sundials-3.1.1_intel_mkl/include"
  20. "/usr/include/gsl"
  21. "/backup/weiye/CoolProp/include"
  22. "/backup/weiye/fmt/include"
  23. "/backup/weiye/eigen-3.4.0"
  24. )
  25. # Targets to which this target links.
  26. set(CMAKE_TARGET_LINKED_INFO_FILES
  27. )
  28. # Fortran module output directory.
  29. set(CMAKE_Fortran_TARGET_MODULE_DIR "")