24 lines
1.2 KiB
CMake
24 lines
1.2 KiB
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/alexander/Programming/repositories/geekbrains_homework/game/ai.cpp" "CMakeFiles/tictactoe.dir/ai.cpp.o" "gcc" "CMakeFiles/tictactoe.dir/ai.cpp.o.d"
|
|
"/home/alexander/Programming/repositories/geekbrains_homework/game/main.cpp" "CMakeFiles/tictactoe.dir/main.cpp.o" "gcc" "CMakeFiles/tictactoe.dir/main.cpp.o.d"
|
|
"/home/alexander/Programming/repositories/geekbrains_homework/game/map.cpp" "CMakeFiles/tictactoe.dir/map.cpp.o" "gcc" "CMakeFiles/tictactoe.dir/map.cpp.o.d"
|
|
"/home/alexander/Programming/repositories/geekbrains_homework/game/parse_args.cpp" "CMakeFiles/tictactoe.dir/parse_args.cpp.o" "gcc" "CMakeFiles/tictactoe.dir/parse_args.cpp.o.d"
|
|
"/home/alexander/Programming/repositories/geekbrains_homework/game/version.cpp" "CMakeFiles/tictactoe.dir/version.cpp.o" "gcc" "CMakeFiles/tictactoe.dir/version.cpp.o.d"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# Fortran module output directory.
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|