Protobuf prototype
This commit is contained in:
parent
e277a83c5f
commit
9b567b8c6c
119 changed files with 8599 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
/Users/konstantinviesure/workspace/compLIB/server/src/main.cpp
|
||||
iostream
|
||||
-
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/Users/konstantinviesure/workspace/compLIB/server/src/main.cpp" "/Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles/server.dir/src/main.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "AppleClang")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
118
server/cmake-build-debug/CMakeFiles/server.dir/build.make
Normal file
118
server/cmake-build-debug/CMakeFiles/server.dir/build.make
Normal file
|
@ -0,0 +1,118 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : %,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : RCS/%,v
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : SCCS/s.%
|
||||
|
||||
|
||||
# Disable VCS-based implicit rules.
|
||||
% : s.%
|
||||
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Command-line flag to silence nested $(MAKE).
|
||||
$(VERBOSE)MAKESILENT = -s
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
# The shell in which to execute make rules.
|
||||
SHELL = /bin/sh
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /Users/konstantinviesure/workspace/compLIB/server
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/server.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/server.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/server.dir/flags.make
|
||||
|
||||
CMakeFiles/server.dir/src/main.cpp.o: CMakeFiles/server.dir/flags.make
|
||||
CMakeFiles/server.dir/src/main.cpp.o: ../src/main.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/server.dir/src/main.cpp.o"
|
||||
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/server.dir/src/main.cpp.o -c /Users/konstantinviesure/workspace/compLIB/server/src/main.cpp
|
||||
|
||||
CMakeFiles/server.dir/src/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/server.dir/src/main.cpp.i"
|
||||
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/konstantinviesure/workspace/compLIB/server/src/main.cpp > CMakeFiles/server.dir/src/main.cpp.i
|
||||
|
||||
CMakeFiles/server.dir/src/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/server.dir/src/main.cpp.s"
|
||||
/Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/konstantinviesure/workspace/compLIB/server/src/main.cpp -o CMakeFiles/server.dir/src/main.cpp.s
|
||||
|
||||
# Object files for target server
|
||||
server_OBJECTS = \
|
||||
"CMakeFiles/server.dir/src/main.cpp.o"
|
||||
|
||||
# External object files for target server
|
||||
server_EXTERNAL_OBJECTS =
|
||||
|
||||
server: CMakeFiles/server.dir/src/main.cpp.o
|
||||
server: CMakeFiles/server.dir/build.make
|
||||
server: CMakeFiles/server.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable server"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/server.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/server.dir/build: server
|
||||
|
||||
.PHONY : CMakeFiles/server.dir/build
|
||||
|
||||
CMakeFiles/server.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/server.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/server.dir/clean
|
||||
|
||||
CMakeFiles/server.dir/depend:
|
||||
cd /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/konstantinviesure/workspace/compLIB/server /Users/konstantinviesure/workspace/compLIB/server /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug /Users/konstantinviesure/workspace/compLIB/server/cmake-build-debug/CMakeFiles/server.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/server.dir/depend
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/server.dir/src/main.cpp.o"
|
||||
"server"
|
||||
"server.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/server.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
|
@ -0,0 +1,5 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
|
||||
|
||||
CMakeFiles/server.dir/src/main.cpp.o
|
||||
/Users/konstantinviesure/workspace/compLIB/server/src/main.cpp
|
|
@ -0,0 +1,5 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
|
||||
|
||||
CMakeFiles/server.dir/src/main.cpp.o: ../src/main.cpp
|
||||
|
10
server/cmake-build-debug/CMakeFiles/server.dir/flags.make
Normal file
10
server/cmake-build-debug/CMakeFiles/server.dir/flags.make
Normal file
|
@ -0,0 +1,10 @@
|
|||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.17
|
||||
|
||||
# compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++
|
||||
CXX_FLAGS = -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -std=gnu++17
|
||||
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES =
|
||||
|
1
server/cmake-build-debug/CMakeFiles/server.dir/link.txt
Normal file
1
server/cmake-build-debug/CMakeFiles/server.dir/link.txt
Normal file
|
@ -0,0 +1 @@
|
|||
/Library/Developer/CommandLineTools/usr/bin/c++ -g -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/server.dir/src/main.cpp.o -o server
|
|
@ -0,0 +1,3 @@
|
|||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
BIN
server/cmake-build-debug/CMakeFiles/server.dir/src/main.cpp.o
Normal file
BIN
server/cmake-build-debug/CMakeFiles/server.dir/src/main.cpp.o
Normal file
Binary file not shown.
Reference in a new issue