mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2026-01-02 23:08:14 +00:00
Back to empty
This commit is contained in:
parent
27a0a8d4c5
commit
843a3a25ec
26 changed files with 181 additions and 114 deletions
2
CMakeFiles/Game.dir/CXX.includecache
Executable file → Normal file
2
CMakeFiles/Game.dir/CXX.includecache
Executable file → Normal file
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
/home/dragon/Projects/tp/tp_game/main.cpp
|
||||
/home/gnom/Code/Mipt/tp/tp_game/main.cpp
|
||||
curses.h
|
||||
-
|
||||
cstdlib
|
||||
|
|
|
|||
2
CMakeFiles/Game.dir/DependInfo.cmake
Executable file → Normal file
2
CMakeFiles/Game.dir/DependInfo.cmake
Executable file → Normal file
|
|
@ -4,7 +4,7 @@ set(CMAKE_DEPENDS_LANGUAGES
|
|||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/dragon/Projects/tp/tp_game/main.cpp" "/home/dragon/Projects/tp/tp_game/CMakeFiles/Game.dir/main.cpp.o"
|
||||
"/home/gnom/Code/Mipt/tp/tp_game/main.cpp" "/home/gnom/Code/Mipt/tp/tp_game/CMakeFiles/Game.dir/main.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
|
|
|
|||
16
CMakeFiles/Game.dir/build.make
Executable file → Normal file
16
CMakeFiles/Game.dir/build.make
Executable file → Normal file
|
|
@ -62,10 +62,10 @@ RM = /usr/bin/cmake -E rm -f
|
|||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/dragon/Projects/tp/tp_game
|
||||
CMAKE_SOURCE_DIR = /home/gnom/Code/Mipt/tp/tp_game
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/dragon/Projects/tp/tp_game
|
||||
CMAKE_BINARY_DIR = /home/gnom/Code/Mipt/tp/tp_game
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/Game.dir/depend.make
|
||||
|
|
@ -78,16 +78,16 @@ include CMakeFiles/Game.dir/flags.make
|
|||
|
||||
CMakeFiles/Game.dir/main.cpp.o: CMakeFiles/Game.dir/flags.make
|
||||
CMakeFiles/Game.dir/main.cpp.o: main.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/dragon/Projects/tp/tp_game/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Game.dir/main.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Game.dir/main.cpp.o -c /home/dragon/Projects/tp/tp_game/main.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/gnom/Code/Mipt/tp/tp_game/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Game.dir/main.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/Game.dir/main.cpp.o -c /home/gnom/Code/Mipt/tp/tp_game/main.cpp
|
||||
|
||||
CMakeFiles/Game.dir/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/Game.dir/main.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/dragon/Projects/tp/tp_game/main.cpp > CMakeFiles/Game.dir/main.cpp.i
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/gnom/Code/Mipt/tp/tp_game/main.cpp > CMakeFiles/Game.dir/main.cpp.i
|
||||
|
||||
CMakeFiles/Game.dir/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/Game.dir/main.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/dragon/Projects/tp/tp_game/main.cpp -o CMakeFiles/Game.dir/main.cpp.s
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/gnom/Code/Mipt/tp/tp_game/main.cpp -o CMakeFiles/Game.dir/main.cpp.s
|
||||
|
||||
# Object files for target Game
|
||||
Game_OBJECTS = \
|
||||
|
|
@ -101,7 +101,7 @@ bin/Game: CMakeFiles/Game.dir/build.make
|
|||
bin/Game: /usr/lib/libcurses.so
|
||||
bin/Game: /usr/lib/libform.so
|
||||
bin/Game: CMakeFiles/Game.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/dragon/Projects/tp/tp_game/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable bin/Game"
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/gnom/Code/Mipt/tp/tp_game/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable bin/Game"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Game.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
|
|
@ -114,6 +114,6 @@ CMakeFiles/Game.dir/clean:
|
|||
.PHONY : CMakeFiles/Game.dir/clean
|
||||
|
||||
CMakeFiles/Game.dir/depend:
|
||||
cd /home/dragon/Projects/tp/tp_game && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/dragon/Projects/tp/tp_game /home/dragon/Projects/tp/tp_game /home/dragon/Projects/tp/tp_game /home/dragon/Projects/tp/tp_game /home/dragon/Projects/tp/tp_game/CMakeFiles/Game.dir/DependInfo.cmake --color=$(COLOR)
|
||||
cd /home/gnom/Code/Mipt/tp/tp_game && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/gnom/Code/Mipt/tp/tp_game /home/gnom/Code/Mipt/tp/tp_game /home/gnom/Code/Mipt/tp/tp_game /home/gnom/Code/Mipt/tp/tp_game /home/gnom/Code/Mipt/tp/tp_game/CMakeFiles/Game.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/Game.dir/depend
|
||||
|
||||
|
|
|
|||
0
CMakeFiles/Game.dir/cmake_clean.cmake
Executable file → Normal file
0
CMakeFiles/Game.dir/cmake_clean.cmake
Executable file → Normal file
2
CMakeFiles/Game.dir/depend.internal
Executable file → Normal file
2
CMakeFiles/Game.dir/depend.internal
Executable file → Normal file
|
|
@ -2,4 +2,4 @@
|
|||
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
||||
|
||||
CMakeFiles/Game.dir/main.cpp.o
|
||||
/home/dragon/Projects/tp/tp_game/main.cpp
|
||||
/home/gnom/Code/Mipt/tp/tp_game/main.cpp
|
||||
|
|
|
|||
0
CMakeFiles/Game.dir/depend.make
Executable file → Normal file
0
CMakeFiles/Game.dir/depend.make
Executable file → Normal file
0
CMakeFiles/Game.dir/flags.make
Executable file → Normal file
0
CMakeFiles/Game.dir/flags.make
Executable file → Normal file
0
CMakeFiles/Game.dir/link.txt
Executable file → Normal file
0
CMakeFiles/Game.dir/link.txt
Executable file → Normal file
0
CMakeFiles/Game.dir/main.cpp.o
Executable file → Normal file
0
CMakeFiles/Game.dir/main.cpp.o
Executable file → Normal file
0
CMakeFiles/Game.dir/progress.make
Executable file → Normal file
0
CMakeFiles/Game.dir/progress.make
Executable file → Normal file
Loading…
Add table
Add a link
Reference in a new issue