21 lines
765 B
CMake
21 lines
765 B
CMake
|
|
# Consider dependencies only in project.
|
|
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
|
|
|
# The set of languages for which implicit dependencies are needed:
|
|
set(CMAKE_DEPENDS_LANGUAGES
|
|
)
|
|
|
|
# The set of dependency files which are needed:
|
|
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
|
"/home/atk/RV1126/rv1126_ai/by_cmake/720P/build_http/mongoose.c" "CMakeFiles/http_test.dir/mongoose.c.o" "gcc" "CMakeFiles/http_test.dir/mongoose.c.o.d"
|
|
"/home/atk/RV1126/rv1126_ai/by_cmake/720P/build_http/main.cpp" "CMakeFiles/http_test.dir/main.cpp.o" "gcc" "CMakeFiles/http_test.dir/main.cpp.o.d"
|
|
)
|
|
|
|
# Targets to which this target links which contain Fortran sources.
|
|
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# Fortran module output directory.
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|