Added count_digits()
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/andreas/git/logger")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/andreas/git/logger/cmake-build-release")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@@ -0,0 +1,374 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../inc/format.h
|
||||
cstring
|
||||
-
|
||||
parse.h
|
||||
../inc/parse.h
|
||||
utility.h
|
||||
../inc/utility.h
|
||||
format_impl.h
|
||||
../inc/format_impl.h
|
||||
|
||||
../inc/format_impl.h
|
||||
cstdint
|
||||
-
|
||||
utility.h
|
||||
../inc/utility.h
|
||||
|
||||
../inc/parse.h
|
||||
types.h
|
||||
../inc/types.h
|
||||
|
||||
../inc/types.h
|
||||
array
|
||||
-
|
||||
|
||||
../inc/utility.h
|
||||
cstring
|
||||
-
|
||||
types.h
|
||||
../inc/types.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
stdlib.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/wait.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
stdexcept
|
||||
-
|
||||
ctype.h
|
||||
-
|
||||
float.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/src/format.cpp
|
||||
format.h
|
||||
-
|
||||
gtest/gtest.h
|
||||
-
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
# 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
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/andreas/git/logger/test/src/format.cpp" "/home/andreas/git/logger/cmake-build-release/test/CMakeFiles/format_test.dir/src/format.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
"../test/googletest/googlemock/include"
|
||||
"../test/googletest/googlemock"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
111
cmake-build-release/test/CMakeFiles/format_test.dir/build.make
Normal file
111
cmake-build-release/test/CMakeFiles/format_test.dir/build.make
Normal file
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/CMakeFiles/format_test.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/CMakeFiles/format_test.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/CMakeFiles/format_test.dir/flags.make
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.o: test/CMakeFiles/format_test.dir/flags.make
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.o: ../test/src/format.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/format_test.dir/src/format.cpp.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/format_test.dir/src/format.cpp.o -c /home/andreas/git/logger/test/src/format.cpp
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/format_test.dir/src/format.cpp.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/src/format.cpp > CMakeFiles/format_test.dir/src/format.cpp.i
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/format_test.dir/src/format.cpp.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/src/format.cpp -o CMakeFiles/format_test.dir/src/format.cpp.s
|
||||
|
||||
# Object files for target format_test
|
||||
format_test_OBJECTS = \
|
||||
"CMakeFiles/format_test.dir/src/format.cpp.o"
|
||||
|
||||
# External object files for target format_test
|
||||
format_test_EXTERNAL_OBJECTS =
|
||||
|
||||
test/format_test: test/CMakeFiles/format_test.dir/src/format.cpp.o
|
||||
test/format_test: test/CMakeFiles/format_test.dir/build.make
|
||||
test/format_test: lib/libgtest.a
|
||||
test/format_test: lib/libgmock.a
|
||||
test/format_test: lib/libgtest_main.a
|
||||
test/format_test: lib/libgtest.a
|
||||
test/format_test: test/CMakeFiles/format_test.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable format_test"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/format_test.dir/link.txt --verbose=$(VERBOSE)
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/cmake -D TEST_TARGET=format_test -D TEST_EXECUTABLE=/home/andreas/git/logger/cmake-build-release/test/format_test -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/andreas/git/logger/cmake-build-release/test -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES=VS_DEBUGGER_WORKING_DIRECTORY -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=format_test_TESTS -D CTEST_FILE=/home/andreas/git/logger/cmake-build-release/test/format_test[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /usr/share/cmake-3.22/Modules/GoogleTestAddTests.cmake
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/CMakeFiles/format_test.dir/build: test/format_test
|
||||
.PHONY : test/CMakeFiles/format_test.dir/build
|
||||
|
||||
test/CMakeFiles/format_test.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -P CMakeFiles/format_test.dir/cmake_clean.cmake
|
||||
.PHONY : test/CMakeFiles/format_test.dir/clean
|
||||
|
||||
test/CMakeFiles/format_test.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test /home/andreas/git/logger/cmake-build-release/test/CMakeFiles/format_test.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/CMakeFiles/format_test.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/format_test.dir/src/format.cpp.o"
|
||||
"format_test"
|
||||
"format_test.pdb"
|
||||
"format_test[1]_tests.cmake"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/format_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,30 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.o
|
||||
../inc/format.h
|
||||
../inc/format_impl.h
|
||||
../inc/parse.h
|
||||
../inc/types.h
|
||||
../inc/utility.h
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/src/format.cpp
|
||||
@@ -0,0 +1,30 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/format_test.dir/src/format.cpp.o: \
|
||||
../inc/format.h \
|
||||
../inc/format_impl.h \
|
||||
../inc/parse.h \
|
||||
../inc/types.h \
|
||||
../inc/utility.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/src/format.cpp
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest -isystem /home/andreas/git/logger/test/googletest/googlemock/include -isystem /home/andreas/git/logger/test/googletest/googlemock
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/format_test.dir/src/format.cpp.o -o format_test ../lib/libgtest.a ../lib/libgmock.a ../lib/libgtest_main.a ../lib/libgtest.a -lpthread
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,352 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../inc/parse.h
|
||||
types.h
|
||||
../inc/types.h
|
||||
|
||||
../inc/types.h
|
||||
array
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
stdlib.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/wait.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
stdexcept
|
||||
-
|
||||
ctype.h
|
||||
-
|
||||
float.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/src/parse.cpp
|
||||
gtest/gtest.h
|
||||
-
|
||||
parse.h
|
||||
-
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
# 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
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/andreas/git/logger/test/src/parse.cpp" "/home/andreas/git/logger/cmake-build-release/test/CMakeFiles/parse_test.dir/src/parse.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
"../test/googletest/googlemock/include"
|
||||
"../test/googletest/googlemock"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
111
cmake-build-release/test/CMakeFiles/parse_test.dir/build.make
Normal file
111
cmake-build-release/test/CMakeFiles/parse_test.dir/build.make
Normal file
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/CMakeFiles/parse_test.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/CMakeFiles/parse_test.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/CMakeFiles/parse_test.dir/flags.make
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.o: test/CMakeFiles/parse_test.dir/flags.make
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.o: ../test/src/parse.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/parse_test.dir/src/parse.cpp.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/parse_test.dir/src/parse.cpp.o -c /home/andreas/git/logger/test/src/parse.cpp
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/parse_test.dir/src/parse.cpp.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/src/parse.cpp > CMakeFiles/parse_test.dir/src/parse.cpp.i
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/parse_test.dir/src/parse.cpp.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/src/parse.cpp -o CMakeFiles/parse_test.dir/src/parse.cpp.s
|
||||
|
||||
# Object files for target parse_test
|
||||
parse_test_OBJECTS = \
|
||||
"CMakeFiles/parse_test.dir/src/parse.cpp.o"
|
||||
|
||||
# External object files for target parse_test
|
||||
parse_test_EXTERNAL_OBJECTS =
|
||||
|
||||
test/parse_test: test/CMakeFiles/parse_test.dir/src/parse.cpp.o
|
||||
test/parse_test: test/CMakeFiles/parse_test.dir/build.make
|
||||
test/parse_test: lib/libgtest.a
|
||||
test/parse_test: lib/libgmock.a
|
||||
test/parse_test: lib/libgtest_main.a
|
||||
test/parse_test: lib/libgtest.a
|
||||
test/parse_test: test/CMakeFiles/parse_test.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable parse_test"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/parse_test.dir/link.txt --verbose=$(VERBOSE)
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/cmake -D TEST_TARGET=parse_test -D TEST_EXECUTABLE=/home/andreas/git/logger/cmake-build-release/test/parse_test -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/andreas/git/logger/cmake-build-release/test -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES=VS_DEBUGGER_WORKING_DIRECTORY -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=parse_test_TESTS -D CTEST_FILE=/home/andreas/git/logger/cmake-build-release/test/parse_test[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /usr/share/cmake-3.22/Modules/GoogleTestAddTests.cmake
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/CMakeFiles/parse_test.dir/build: test/parse_test
|
||||
.PHONY : test/CMakeFiles/parse_test.dir/build
|
||||
|
||||
test/CMakeFiles/parse_test.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -P CMakeFiles/parse_test.dir/cmake_clean.cmake
|
||||
.PHONY : test/CMakeFiles/parse_test.dir/clean
|
||||
|
||||
test/CMakeFiles/parse_test.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test /home/andreas/git/logger/cmake-build-release/test/CMakeFiles/parse_test.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/CMakeFiles/parse_test.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/parse_test.dir/src/parse.cpp.o"
|
||||
"parse_test"
|
||||
"parse_test.pdb"
|
||||
"parse_test[1]_tests.cmake"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/parse_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,27 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.o
|
||||
../inc/parse.h
|
||||
../inc/types.h
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/src/parse.cpp
|
||||
@@ -0,0 +1,27 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/parse_test.dir/src/parse.cpp.o: \
|
||||
../inc/parse.h \
|
||||
../inc/types.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/src/parse.cpp
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest -isystem /home/andreas/git/logger/test/googletest/googlemock/include -isystem /home/andreas/git/logger/test/googletest/googlemock
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/parse_test.dir/src/parse.cpp.o -o parse_test ../lib/libgtest.a ../lib/libgmock.a ../lib/libgtest_main.a ../lib/libgtest.a -lpthread
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 13
|
||||
CMAKE_PROGRESS_2 = 14
|
||||
|
||||
Binary file not shown.
1
cmake-build-release/test/CMakeFiles/progress.marks
Normal file
1
cmake-build-release/test/CMakeFiles/progress.marks
Normal file
@@ -0,0 +1 @@
|
||||
14
|
||||
@@ -0,0 +1,354 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../inc/types.h
|
||||
array
|
||||
-
|
||||
|
||||
../inc/utility.h
|
||||
cstring
|
||||
-
|
||||
types.h
|
||||
../inc/types.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
stdlib.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/wait.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
stdexcept
|
||||
-
|
||||
ctype.h
|
||||
-
|
||||
float.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/src/utility.cpp
|
||||
utility.h
|
||||
-
|
||||
gtest/gtest.h
|
||||
-
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
|
||||
# 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
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/andreas/git/logger/test/src/utility.cpp" "/home/andreas/git/logger/cmake-build-release/test/CMakeFiles/utility_test.dir/src/utility.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
"../test/googletest/googlemock/include"
|
||||
"../test/googletest/googlemock"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
111
cmake-build-release/test/CMakeFiles/utility_test.dir/build.make
Normal file
111
cmake-build-release/test/CMakeFiles/utility_test.dir/build.make
Normal file
@@ -0,0 +1,111 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/CMakeFiles/utility_test.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/CMakeFiles/utility_test.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/CMakeFiles/utility_test.dir/flags.make
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.o: test/CMakeFiles/utility_test.dir/flags.make
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.o: ../test/src/utility.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/CMakeFiles/utility_test.dir/src/utility.cpp.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/utility_test.dir/src/utility.cpp.o -c /home/andreas/git/logger/test/src/utility.cpp
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/utility_test.dir/src/utility.cpp.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/src/utility.cpp > CMakeFiles/utility_test.dir/src/utility.cpp.i
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/utility_test.dir/src/utility.cpp.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/src/utility.cpp -o CMakeFiles/utility_test.dir/src/utility.cpp.s
|
||||
|
||||
# Object files for target utility_test
|
||||
utility_test_OBJECTS = \
|
||||
"CMakeFiles/utility_test.dir/src/utility.cpp.o"
|
||||
|
||||
# External object files for target utility_test
|
||||
utility_test_EXTERNAL_OBJECTS =
|
||||
|
||||
test/utility_test: test/CMakeFiles/utility_test.dir/src/utility.cpp.o
|
||||
test/utility_test: test/CMakeFiles/utility_test.dir/build.make
|
||||
test/utility_test: lib/libgtest.a
|
||||
test/utility_test: lib/libgmock.a
|
||||
test/utility_test: lib/libgtest_main.a
|
||||
test/utility_test: lib/libgtest.a
|
||||
test/utility_test: test/CMakeFiles/utility_test.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable utility_test"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/utility_test.dir/link.txt --verbose=$(VERBOSE)
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && /usr/bin/cmake -D TEST_TARGET=utility_test -D TEST_EXECUTABLE=/home/andreas/git/logger/cmake-build-release/test/utility_test -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/home/andreas/git/logger/cmake-build-release/test -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES=VS_DEBUGGER_WORKING_DIRECTORY -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=utility_test_TESTS -D CTEST_FILE=/home/andreas/git/logger/cmake-build-release/test/utility_test[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /usr/share/cmake-3.22/Modules/GoogleTestAddTests.cmake
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/CMakeFiles/utility_test.dir/build: test/utility_test
|
||||
.PHONY : test/CMakeFiles/utility_test.dir/build
|
||||
|
||||
test/CMakeFiles/utility_test.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test && $(CMAKE_COMMAND) -P CMakeFiles/utility_test.dir/cmake_clean.cmake
|
||||
.PHONY : test/CMakeFiles/utility_test.dir/clean
|
||||
|
||||
test/CMakeFiles/utility_test.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test /home/andreas/git/logger/cmake-build-release/test/CMakeFiles/utility_test.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/CMakeFiles/utility_test.dir/depend
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/utility_test.dir/src/utility.cpp.o"
|
||||
"utility_test"
|
||||
"utility_test.pdb"
|
||||
"utility_test[1]_tests.cmake"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/utility_test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,27 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.o
|
||||
../inc/types.h
|
||||
../inc/utility.h
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/src/utility.cpp
|
||||
@@ -0,0 +1,27 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/CMakeFiles/utility_test.dir/src/utility.cpp.o: \
|
||||
../inc/types.h \
|
||||
../inc/utility.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/src/utility.cpp
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest -isystem /home/andreas/git/logger/test/googletest/googlemock/include -isystem /home/andreas/git/logger/test/googletest/googlemock
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -std=gnu++20
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -O3 -DNDEBUG CMakeFiles/utility_test.dir/src/utility.cpp.o -o utility_test ../lib/libgtest.a ../lib/libgmock.a ../lib/libgtest_main.a ../lib/libgtest.a -lpthread
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 15
|
||||
CMAKE_PROGRESS_2 = 16
|
||||
|
||||
Binary file not shown.
10
cmake-build-release/test/CTestTestfile.cmake
Normal file
10
cmake-build-release/test/CTestTestfile.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMake generated Testfile for
|
||||
# Source directory: /home/andreas/git/logger/test
|
||||
# Build directory: /home/andreas/git/logger/cmake-build-release/test
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
include("/home/andreas/git/logger/cmake-build-release/test/utility_test[1]_include.cmake")
|
||||
include("/home/andreas/git/logger/cmake-build-release/test/parse_test[1]_include.cmake")
|
||||
include("/home/andreas/git/logger/cmake-build-release/test/format_test[1]_include.cmake")
|
||||
subdirs("googletest")
|
||||
326
cmake-build-release/test/Makefile
Normal file
326
cmake-build-release/test/Makefile
Normal file
@@ -0,0 +1,326 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target test
|
||||
test:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
||||
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
||||
.PHONY : test
|
||||
|
||||
# Special rule for the target test
|
||||
test/fast: test
|
||||
.PHONY : test/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||||
/usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_progress_start /home/andreas/git/logger/cmake-build-release/CMakeFiles /home/andreas/git/logger/cmake-build-release/test//CMakeFiles/progress.marks
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/andreas/git/logger/cmake-build-release/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
test/CMakeFiles/utility_test.dir/rule:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/utility_test.dir/rule
|
||||
.PHONY : test/CMakeFiles/utility_test.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
utility_test: test/CMakeFiles/utility_test.dir/rule
|
||||
.PHONY : utility_test
|
||||
|
||||
# fast build rule for target.
|
||||
utility_test/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/utility_test.dir/build.make test/CMakeFiles/utility_test.dir/build
|
||||
.PHONY : utility_test/fast
|
||||
|
||||
# Convenience name for target.
|
||||
test/CMakeFiles/parse_test.dir/rule:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/parse_test.dir/rule
|
||||
.PHONY : test/CMakeFiles/parse_test.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
parse_test: test/CMakeFiles/parse_test.dir/rule
|
||||
.PHONY : parse_test
|
||||
|
||||
# fast build rule for target.
|
||||
parse_test/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/parse_test.dir/build.make test/CMakeFiles/parse_test.dir/build
|
||||
.PHONY : parse_test/fast
|
||||
|
||||
# Convenience name for target.
|
||||
test/CMakeFiles/format_test.dir/rule:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/CMakeFiles/format_test.dir/rule
|
||||
.PHONY : test/CMakeFiles/format_test.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
format_test: test/CMakeFiles/format_test.dir/rule
|
||||
.PHONY : format_test
|
||||
|
||||
# fast build rule for target.
|
||||
format_test/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/format_test.dir/build.make test/CMakeFiles/format_test.dir/build
|
||||
.PHONY : format_test/fast
|
||||
|
||||
src/format.o: src/format.cpp.o
|
||||
.PHONY : src/format.o
|
||||
|
||||
# target to build an object file
|
||||
src/format.cpp.o:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/format_test.dir/build.make test/CMakeFiles/format_test.dir/src/format.cpp.o
|
||||
.PHONY : src/format.cpp.o
|
||||
|
||||
src/format.i: src/format.cpp.i
|
||||
.PHONY : src/format.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/format.cpp.i:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/format_test.dir/build.make test/CMakeFiles/format_test.dir/src/format.cpp.i
|
||||
.PHONY : src/format.cpp.i
|
||||
|
||||
src/format.s: src/format.cpp.s
|
||||
.PHONY : src/format.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/format.cpp.s:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/format_test.dir/build.make test/CMakeFiles/format_test.dir/src/format.cpp.s
|
||||
.PHONY : src/format.cpp.s
|
||||
|
||||
src/parse.o: src/parse.cpp.o
|
||||
.PHONY : src/parse.o
|
||||
|
||||
# target to build an object file
|
||||
src/parse.cpp.o:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/parse_test.dir/build.make test/CMakeFiles/parse_test.dir/src/parse.cpp.o
|
||||
.PHONY : src/parse.cpp.o
|
||||
|
||||
src/parse.i: src/parse.cpp.i
|
||||
.PHONY : src/parse.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/parse.cpp.i:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/parse_test.dir/build.make test/CMakeFiles/parse_test.dir/src/parse.cpp.i
|
||||
.PHONY : src/parse.cpp.i
|
||||
|
||||
src/parse.s: src/parse.cpp.s
|
||||
.PHONY : src/parse.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/parse.cpp.s:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/parse_test.dir/build.make test/CMakeFiles/parse_test.dir/src/parse.cpp.s
|
||||
.PHONY : src/parse.cpp.s
|
||||
|
||||
src/utility.o: src/utility.cpp.o
|
||||
.PHONY : src/utility.o
|
||||
|
||||
# target to build an object file
|
||||
src/utility.cpp.o:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/utility_test.dir/build.make test/CMakeFiles/utility_test.dir/src/utility.cpp.o
|
||||
.PHONY : src/utility.cpp.o
|
||||
|
||||
src/utility.i: src/utility.cpp.i
|
||||
.PHONY : src/utility.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/utility.cpp.i:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/utility_test.dir/build.make test/CMakeFiles/utility_test.dir/src/utility.cpp.i
|
||||
.PHONY : src/utility.cpp.i
|
||||
|
||||
src/utility.s: src/utility.cpp.s
|
||||
.PHONY : src/utility.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/utility.cpp.s:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/CMakeFiles/utility_test.dir/build.make test/CMakeFiles/utility_test.dir/src/utility.cpp.s
|
||||
.PHONY : src/utility.cpp.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... test"
|
||||
@echo "... format_test"
|
||||
@echo "... parse_test"
|
||||
@echo "... utility_test"
|
||||
@echo "... src/format.o"
|
||||
@echo "... src/format.i"
|
||||
@echo "... src/format.s"
|
||||
@echo "... src/parse.o"
|
||||
@echo "... src/parse.i"
|
||||
@echo "... src/parse.s"
|
||||
@echo "... src/utility.o"
|
||||
@echo "... src/utility.i"
|
||||
@echo "... src/utility.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
49
cmake-build-release/test/cmake_install.cmake
Normal file
49
cmake-build-release/test/cmake_install.cmake
Normal file
@@ -0,0 +1,49 @@
|
||||
# Install script for directory: /home/andreas/git/logger/test
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "0")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/andreas/git/logger/cmake-build-release/test/googletest/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
BIN
cmake-build-release/test/format_test
Executable file
BIN
cmake-build-release/test/format_test
Executable file
Binary file not shown.
5
cmake-build-release/test/format_test[1]_include.cmake
Normal file
5
cmake-build-release/test/format_test[1]_include.cmake
Normal file
@@ -0,0 +1,5 @@
|
||||
if(EXISTS "/home/andreas/git/logger/cmake-build-release/test/format_test[1]_tests.cmake")
|
||||
include("/home/andreas/git/logger/cmake-build-release/test/format_test[1]_tests.cmake")
|
||||
else()
|
||||
add_test(format_test_NOT_BUILT format_test_NOT_BUILT)
|
||||
endif()
|
||||
5
cmake-build-release/test/format_test[1]_tests.cmake
Normal file
5
cmake-build-release/test/format_test[1]_tests.cmake
Normal file
@@ -0,0 +1,5 @@
|
||||
add_test( Format.positive_int /home/andreas/git/logger/cmake-build-release/test/format_test [==[--gtest_filter=Format.positive_int]==] --gtest_also_run_disabled_tests)
|
||||
set_tests_properties( Format.positive_int PROPERTIES WORKING_DIRECTORY /home/andreas/git/logger/cmake-build-release/test SKIP_REGULAR_EXPRESSION [==[\[ SKIPPED \]]==] VS_DEBUGGER_WORKING_DIRECTORY)
|
||||
add_test( Format.negative_int /home/andreas/git/logger/cmake-build-release/test/format_test [==[--gtest_filter=Format.negative_int]==] --gtest_also_run_disabled_tests)
|
||||
set_tests_properties( Format.negative_int PROPERTIES WORKING_DIRECTORY /home/andreas/git/logger/cmake-build-release/test SKIP_REGULAR_EXPRESSION [==[\[ SKIPPED \]]==] VS_DEBUGGER_WORKING_DIRECTORY)
|
||||
set( format_test_TESTS Format.positive_int Format.negative_int)
|
||||
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/andreas/git/logger")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/andreas/git/logger/cmake-build-release")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@@ -0,0 +1 @@
|
||||
8
|
||||
7
cmake-build-release/test/googletest/CTestTestfile.cmake
Normal file
7
cmake-build-release/test/googletest/CTestTestfile.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
# CMake generated Testfile for
|
||||
# Source directory: /home/andreas/git/logger/test/googletest
|
||||
# Build directory: /home/andreas/git/logger/cmake-build-release/test/googletest
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
subdirs("googlemock")
|
||||
200
cmake-build-release/test/googletest/Makefile
Normal file
200
cmake-build-release/test/googletest/Makefile
Normal file
@@ -0,0 +1,200 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target test
|
||||
test:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
||||
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
||||
.PHONY : test
|
||||
|
||||
# Special rule for the target test
|
||||
test/fast: test
|
||||
.PHONY : test/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||||
/usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_progress_start /home/andreas/git/logger/cmake-build-release/CMakeFiles /home/andreas/git/logger/cmake-build-release/test/googletest//CMakeFiles/progress.marks
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/andreas/git/logger/cmake-build-release/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... test"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
50
cmake-build-release/test/googletest/cmake_install.cmake
Normal file
50
cmake-build-release/test/googletest/cmake_install.cmake
Normal file
@@ -0,0 +1,50 @@
|
||||
# Install script for directory: /home/andreas/git/logger/test/googletest
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "0")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/andreas/git/logger")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/andreas/git/logger/cmake-build-release")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@@ -0,0 +1,632 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-actions.h
|
||||
errno.h
|
||||
-
|
||||
algorithm
|
||||
-
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gmock/internal/gmock-pp.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-pp.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-cardinalities.h
|
||||
limits.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/include/gmock/gtest/gtest.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-function-mocker.h
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
gmock/gmock-spec-builders.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-spec-builders.h
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
gmock/internal/gmock-pp.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-pp.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-matchers.h
|
||||
algorithm
|
||||
-
|
||||
cmath
|
||||
-
|
||||
initializer_list
|
||||
-
|
||||
iterator
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gmock/internal/gmock-pp.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-pp.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/include/gmock/gtest/gtest.h
|
||||
gmock/internal/custom/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/custom/gmock-matchers.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-actions.h
|
||||
memory
|
||||
-
|
||||
utility
|
||||
-
|
||||
gmock/gmock-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-actions.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gmock/internal/custom/gmock-generated-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/custom/gmock-generated-actions.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-matchers.h
|
||||
gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-matchers.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-nice-strict.h
|
||||
type_traits
|
||||
-
|
||||
gmock/gmock-spec-builders.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-spec-builders.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-spec-builders.h
|
||||
functional
|
||||
-
|
||||
map
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gmock/gmock-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-actions.h
|
||||
gmock/gmock-cardinalities.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-cardinalities.h
|
||||
gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-matchers.h
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/include/gmock/gtest/gtest.h
|
||||
stdexcept
|
||||
-
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock.h
|
||||
gmock/gmock-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-actions.h
|
||||
gmock/gmock-cardinalities.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-cardinalities.h
|
||||
gmock/gmock-function-mocker.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-function-mocker.h
|
||||
gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-matchers.h
|
||||
gmock/gmock-more-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-more-actions.h
|
||||
gmock/gmock-more-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-more-matchers.h
|
||||
gmock/gmock-nice-strict.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-nice-strict.h
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-port.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h
|
||||
stdio.h
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock/internal/gmock-port.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gtest/gtest.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-port.h
|
||||
assert.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gtest/internal/gtest-port.h
|
||||
gmock/internal/custom/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock/internal/custom/gmock-port.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-pp.h
|
||||
|
||||
../test/googletest/googlemock/src/gmock-cardinalities.cc
|
||||
gmock/gmock-cardinalities.h
|
||||
../test/googletest/googlemock/src/gmock/gmock-cardinalities.h
|
||||
limits.h
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/src/gmock/internal/gmock-internal-utils.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/src/gtest/gtest.h
|
||||
|
||||
../test/googletest/googlemock/src/gmock-internal-utils.cc
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/src/gmock/internal/gmock-internal-utils.h
|
||||
ctype.h
|
||||
-
|
||||
array
|
||||
-
|
||||
cctype
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
cstring
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
gmock/gmock.h
|
||||
../test/googletest/googlemock/src/gmock/gmock.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/src/gmock/internal/gmock-port.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/src/gtest/gtest.h
|
||||
|
||||
../test/googletest/googlemock/src/gmock-matchers.cc
|
||||
gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/src/gmock/gmock-matchers.h
|
||||
string.h
|
||||
-
|
||||
iostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
|
||||
../test/googletest/googlemock/src/gmock-spec-builders.cc
|
||||
gmock/gmock-spec-builders.h
|
||||
../test/googletest/googlemock/src/gmock/gmock-spec-builders.h
|
||||
stdlib.h
|
||||
-
|
||||
iostream
|
||||
-
|
||||
map
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
vector
|
||||
-
|
||||
gmock/gmock.h
|
||||
../test/googletest/googlemock/src/gmock/gmock.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/src/gtest/gtest.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googlemock/src/gtest/internal/gtest-port.h
|
||||
unistd.h
|
||||
-
|
||||
|
||||
../test/googletest/googlemock/src/gmock.cc
|
||||
gmock/gmock.h
|
||||
../test/googletest/googlemock/src/gmock/gmock.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/src/gmock/internal/gmock-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
stdlib.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/wait.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
stdexcept
|
||||
-
|
||||
ctype.h
|
||||
-
|
||||
float.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/gmock-all.cc
|
||||
gmock/gmock.h
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/gmock/gmock.h
|
||||
src/gmock-cardinalities.cc
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/src/gmock-cardinalities.cc
|
||||
src/gmock-internal-utils.cc
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/src/gmock-internal-utils.cc
|
||||
src/gmock-matchers.cc
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/src/gmock-matchers.cc
|
||||
src/gmock-spec-builders.cc
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/src/gmock-spec-builders.cc
|
||||
src/gmock.cc
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/src/gmock.cc
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
|
||||
# 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
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/andreas/git/logger/test/googletest/googlemock/src/gmock-all.cc" "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googlemock/include"
|
||||
"../test/googletest/googlemock"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,107 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/googletest/googlemock/CMakeFiles/gmock.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/googletest/googlemock/CMakeFiles/gmock.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/googletest/googlemock/CMakeFiles/gmock.dir/flags.make
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: test/googletest/googlemock/CMakeFiles/gmock.dir/flags.make
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: ../test/googletest/googlemock/src/gmock-all.cc
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock.dir/src/gmock-all.cc.o -c /home/andreas/git/logger/test/googletest/googlemock/src/gmock-all.cc
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock.dir/src/gmock-all.cc.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/googletest/googlemock/src/gmock-all.cc > CMakeFiles/gmock.dir/src/gmock-all.cc.i
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock.dir/src/gmock-all.cc.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/googletest/googlemock/src/gmock-all.cc -o CMakeFiles/gmock.dir/src/gmock-all.cc.s
|
||||
|
||||
# Object files for target gmock
|
||||
gmock_OBJECTS = \
|
||||
"CMakeFiles/gmock.dir/src/gmock-all.cc.o"
|
||||
|
||||
# External object files for target gmock
|
||||
gmock_EXTERNAL_OBJECTS =
|
||||
|
||||
lib/libgmock.a: test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
|
||||
lib/libgmock.a: test/googletest/googlemock/CMakeFiles/gmock.dir/build.make
|
||||
lib/libgmock.a: test/googletest/googlemock/CMakeFiles/gmock.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgmock.a"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock.dir/cmake_clean_target.cmake
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/build: lib/libgmock.a
|
||||
.PHONY : test/googletest/googlemock/CMakeFiles/gmock.dir/build
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock.dir/cmake_clean.cmake
|
||||
.PHONY : test/googletest/googlemock/CMakeFiles/gmock.dir/clean
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test/googletest/googlemock /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/googletest/googlemock/CMakeFiles/gmock.dir/depend
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../bin/libgmock.pdb"
|
||||
"../../../lib/libgmock.a"
|
||||
"CMakeFiles/gmock.dir/src/gmock-all.cc.o"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/gmock.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../lib/libgmock.a"
|
||||
)
|
||||
@@ -0,0 +1,45 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
|
||||
../test/googletest/googlemock/include/gmock/gmock-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-cardinalities.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-function-mocker.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-nice-strict.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-spec-builders.h
|
||||
../test/googletest/googlemock/include/gmock/gmock.h
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-pp.h
|
||||
../test/googletest/googlemock/src/gmock-cardinalities.cc
|
||||
../test/googletest/googlemock/src/gmock-internal-utils.cc
|
||||
../test/googletest/googlemock/src/gmock-matchers.cc
|
||||
../test/googletest/googlemock/src/gmock-spec-builders.cc
|
||||
../test/googletest/googlemock/src/gmock.cc
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/gmock-all.cc
|
||||
@@ -0,0 +1,45 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o: \
|
||||
../test/googletest/googlemock/include/gmock/gmock-actions.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-cardinalities.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-function-mocker.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-matchers.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-actions.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-matchers.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-nice-strict.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-spec-builders.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-port.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-port.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-pp.h \
|
||||
../test/googletest/googlemock/src/gmock-cardinalities.cc \
|
||||
../test/googletest/googlemock/src/gmock-internal-utils.cc \
|
||||
../test/googletest/googlemock/src/gmock-matchers.cc \
|
||||
../test/googletest/googlemock/src/gmock-spec-builders.cc \
|
||||
../test/googletest/googlemock/src/gmock.cc \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/googletest/googlemock/src/gmock-all.cc
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -I/home/andreas/git/logger/test/googletest/googlemock/include -I/home/andreas/git/logger/test/googletest/googlemock -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++20
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc ../../../lib/libgmock.a CMakeFiles/gmock.dir/src/gmock-all.cc.o
|
||||
/usr/bin/ranlib ../../../lib/libgmock.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 3
|
||||
CMAKE_PROGRESS_2 = 4
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,544 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-actions.h
|
||||
errno.h
|
||||
-
|
||||
algorithm
|
||||
-
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gmock/internal/gmock-pp.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-pp.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-cardinalities.h
|
||||
limits.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/include/gmock/gtest/gtest.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-function-mocker.h
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
gmock/gmock-spec-builders.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-spec-builders.h
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
gmock/internal/gmock-pp.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-pp.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-matchers.h
|
||||
algorithm
|
||||
-
|
||||
cmath
|
||||
-
|
||||
initializer_list
|
||||
-
|
||||
iterator
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gmock/internal/gmock-pp.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-pp.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/include/gmock/gtest/gtest.h
|
||||
gmock/internal/custom/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/custom/gmock-matchers.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-actions.h
|
||||
memory
|
||||
-
|
||||
utility
|
||||
-
|
||||
gmock/gmock-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-actions.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gmock/internal/custom/gmock-generated-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/custom/gmock-generated-actions.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-matchers.h
|
||||
gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-matchers.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-nice-strict.h
|
||||
type_traits
|
||||
-
|
||||
gmock/gmock-spec-builders.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-spec-builders.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock-spec-builders.h
|
||||
functional
|
||||
-
|
||||
map
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gmock/gmock-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-actions.h
|
||||
gmock/gmock-cardinalities.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-cardinalities.h
|
||||
gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-matchers.h
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-port.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/include/gmock/gtest/gtest.h
|
||||
stdexcept
|
||||
-
|
||||
|
||||
../test/googletest/googlemock/include/gmock/gmock.h
|
||||
gmock/gmock-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-actions.h
|
||||
gmock/gmock-cardinalities.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-cardinalities.h
|
||||
gmock/gmock-function-mocker.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-function-mocker.h
|
||||
gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-matchers.h
|
||||
gmock/gmock-more-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-more-actions.h
|
||||
gmock/gmock-more-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-more-matchers.h
|
||||
gmock/gmock-nice-strict.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/gmock-nice-strict.h
|
||||
gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/gmock/internal/gmock-internal-utils.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-port.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h
|
||||
stdio.h
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock/internal/gmock-port.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gtest/gtest.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-port.h
|
||||
assert.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gtest/internal/gtest-port.h
|
||||
gmock/internal/custom/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock/internal/custom/gmock-port.h
|
||||
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-pp.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
stdlib.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/wait.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
stdexcept
|
||||
-
|
||||
ctype.h
|
||||
-
|
||||
float.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/gmock_main.cc
|
||||
iostream
|
||||
-
|
||||
gmock/gmock.h
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/gmock/gmock.h
|
||||
gtest/gtest.h
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/gtest/gtest.h
|
||||
tchar.h
|
||||
-
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
|
||||
# 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
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/andreas/git/logger/test/googletest/googlemock/src/gmock_main.cc" "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googlemock/include"
|
||||
"../test/googletest/googlemock"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock.dir/DependInfo.cmake"
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,107 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/googletest/googlemock/CMakeFiles/gmock_main.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/googletest/googlemock/CMakeFiles/gmock_main.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/googletest/googlemock/CMakeFiles/gmock_main.dir/flags.make
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: test/googletest/googlemock/CMakeFiles/gmock_main.dir/flags.make
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: ../test/googletest/googlemock/src/gmock_main.cc
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.o -c /home/andreas/git/logger/test/googletest/googlemock/src/gmock_main.cc
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gmock_main.dir/src/gmock_main.cc.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/googletest/googlemock/src/gmock_main.cc > CMakeFiles/gmock_main.dir/src/gmock_main.cc.i
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gmock_main.dir/src/gmock_main.cc.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/googletest/googlemock/src/gmock_main.cc -o CMakeFiles/gmock_main.dir/src/gmock_main.cc.s
|
||||
|
||||
# Object files for target gmock_main
|
||||
gmock_main_OBJECTS = \
|
||||
"CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
|
||||
|
||||
# External object files for target gmock_main
|
||||
gmock_main_EXTERNAL_OBJECTS =
|
||||
|
||||
lib/libgmock_main.a: test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
|
||||
lib/libgmock_main.a: test/googletest/googlemock/CMakeFiles/gmock_main.dir/build.make
|
||||
lib/libgmock_main.a: test/googletest/googlemock/CMakeFiles/gmock_main.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgmock_main.a"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock_main.dir/cmake_clean_target.cmake
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gmock_main.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/build: lib/libgmock_main.a
|
||||
.PHONY : test/googletest/googlemock/CMakeFiles/gmock_main.dir/build
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock && $(CMAKE_COMMAND) -P CMakeFiles/gmock_main.dir/cmake_clean.cmake
|
||||
.PHONY : test/googletest/googlemock/CMakeFiles/gmock_main.dir/clean
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test/googletest/googlemock /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/CMakeFiles/gmock_main.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/googletest/googlemock/CMakeFiles/gmock_main.dir/depend
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../bin/libgmock_main.pdb"
|
||||
"../../../lib/libgmock_main.a"
|
||||
"CMakeFiles/gmock_main.dir/src/gmock_main.cc.o"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/gmock_main.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../lib/libgmock_main.a"
|
||||
)
|
||||
@@ -0,0 +1,40 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
|
||||
../test/googletest/googlemock/include/gmock/gmock-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-cardinalities.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-function-mocker.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-actions.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-nice-strict.h
|
||||
../test/googletest/googlemock/include/gmock/gmock-spec-builders.h
|
||||
../test/googletest/googlemock/include/gmock/gmock.h
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-port.h
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-pp.h
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/googletest/googlemock/src/gmock_main.cc
|
||||
@@ -0,0 +1,40 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o: \
|
||||
../test/googletest/googlemock/include/gmock/gmock-actions.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-cardinalities.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-function-mocker.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-matchers.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-actions.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-more-matchers.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-nice-strict.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock-spec-builders.h \
|
||||
../test/googletest/googlemock/include/gmock/gmock.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/custom/gmock-port.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-port.h \
|
||||
../test/googletest/googlemock/include/gmock/internal/gmock-pp.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/googletest/googlemock/src/gmock_main.cc
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -isystem /home/andreas/git/logger/test/googletest/googlemock/include -isystem /home/andreas/git/logger/test/googletest/googlemock -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++20
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc ../../../lib/libgmock_main.a CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
|
||||
/usr/bin/ranlib ../../../lib/libgmock_main.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 5
|
||||
CMAKE_PROGRESS_2 = 6
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
8
|
||||
@@ -0,0 +1,7 @@
|
||||
# CMake generated Testfile for
|
||||
# Source directory: /home/andreas/git/logger/test/googletest/googlemock
|
||||
# Build directory: /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
subdirs("../googletest")
|
||||
284
cmake-build-release/test/googletest/googlemock/Makefile
Normal file
284
cmake-build-release/test/googletest/googlemock/Makefile
Normal file
@@ -0,0 +1,284 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target test
|
||||
test:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
||||
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
||||
.PHONY : test
|
||||
|
||||
# Special rule for the target test
|
||||
test/fast: test
|
||||
.PHONY : test/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||||
/usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_progress_start /home/andreas/git/logger/cmake-build-release/CMakeFiles /home/andreas/git/logger/cmake-build-release/test/googletest/googlemock//CMakeFiles/progress.marks
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googlemock/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/andreas/git/logger/cmake-build-release/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googlemock/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googlemock/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googlemock/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
test/googletest/googlemock/CMakeFiles/gmock.dir/rule:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googlemock/CMakeFiles/gmock.dir/rule
|
||||
.PHONY : test/googletest/googlemock/CMakeFiles/gmock.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
gmock: test/googletest/googlemock/CMakeFiles/gmock.dir/rule
|
||||
.PHONY : gmock
|
||||
|
||||
# fast build rule for target.
|
||||
gmock/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googlemock/CMakeFiles/gmock.dir/build.make test/googletest/googlemock/CMakeFiles/gmock.dir/build
|
||||
.PHONY : gmock/fast
|
||||
|
||||
# Convenience name for target.
|
||||
test/googletest/googlemock/CMakeFiles/gmock_main.dir/rule:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googlemock/CMakeFiles/gmock_main.dir/rule
|
||||
.PHONY : test/googletest/googlemock/CMakeFiles/gmock_main.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
gmock_main: test/googletest/googlemock/CMakeFiles/gmock_main.dir/rule
|
||||
.PHONY : gmock_main
|
||||
|
||||
# fast build rule for target.
|
||||
gmock_main/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googlemock/CMakeFiles/gmock_main.dir/build.make test/googletest/googlemock/CMakeFiles/gmock_main.dir/build
|
||||
.PHONY : gmock_main/fast
|
||||
|
||||
src/gmock-all.o: src/gmock-all.cc.o
|
||||
.PHONY : src/gmock-all.o
|
||||
|
||||
# target to build an object file
|
||||
src/gmock-all.cc.o:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googlemock/CMakeFiles/gmock.dir/build.make test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o
|
||||
.PHONY : src/gmock-all.cc.o
|
||||
|
||||
src/gmock-all.i: src/gmock-all.cc.i
|
||||
.PHONY : src/gmock-all.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/gmock-all.cc.i:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googlemock/CMakeFiles/gmock.dir/build.make test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.i
|
||||
.PHONY : src/gmock-all.cc.i
|
||||
|
||||
src/gmock-all.s: src/gmock-all.cc.s
|
||||
.PHONY : src/gmock-all.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/gmock-all.cc.s:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googlemock/CMakeFiles/gmock.dir/build.make test/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.s
|
||||
.PHONY : src/gmock-all.cc.s
|
||||
|
||||
src/gmock_main.o: src/gmock_main.cc.o
|
||||
.PHONY : src/gmock_main.o
|
||||
|
||||
# target to build an object file
|
||||
src/gmock_main.cc.o:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googlemock/CMakeFiles/gmock_main.dir/build.make test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
|
||||
.PHONY : src/gmock_main.cc.o
|
||||
|
||||
src/gmock_main.i: src/gmock_main.cc.i
|
||||
.PHONY : src/gmock_main.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/gmock_main.cc.i:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googlemock/CMakeFiles/gmock_main.dir/build.make test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.i
|
||||
.PHONY : src/gmock_main.cc.i
|
||||
|
||||
src/gmock_main.s: src/gmock_main.cc.s
|
||||
.PHONY : src/gmock_main.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/gmock_main.cc.s:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googlemock/CMakeFiles/gmock_main.dir/build.make test/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.s
|
||||
.PHONY : src/gmock_main.cc.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... test"
|
||||
@echo "... gmock"
|
||||
@echo "... gmock_main"
|
||||
@echo "... src/gmock-all.o"
|
||||
@echo "... src/gmock-all.i"
|
||||
@echo "... src/gmock-all.s"
|
||||
@echo "... src/gmock_main.o"
|
||||
@echo "... src/gmock_main.i"
|
||||
@echo "... src/gmock_main.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
# Install script for directory: /home/andreas/git/logger/test/googletest/googlemock
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Install shared libraries without execute permission?
|
||||
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
||||
set(CMAKE_INSTALL_SO_NO_EXE "0")
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/andreas/git/logger/test/googletest/googlemock/include/")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/andreas/git/logger/cmake-build-release/lib/libgmock.a")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/andreas/git/logger/cmake-build-release/lib/libgmock_main.a")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/generated/gmock.pc")
|
||||
endif()
|
||||
|
||||
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
||||
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/generated/gmock_main.pc")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for each subdirectory.
|
||||
include("/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/cmake_install.cmake")
|
||||
|
||||
endif()
|
||||
|
||||
275
cmake-build-release/test/googletest/googlemock/gmock.cbp
Normal file
275
cmake-build-release/test/googletest/googlemock/gmock.cbp
Normal file
@@ -0,0 +1,275 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6"/>
|
||||
<Project>
|
||||
<Option title="gmock"/>
|
||||
<Option makefile_is_custom="1"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Option virtualFolders="CMake Files\;CMake Files\test\;CMake Files\test\googletest\;CMake Files\test\googletest\googlemock\;CMake Files\test\googletest\googlemock\cmake\;CMake Files\test\googletest\googletest\;CMake Files\test\googletest\googletest\cmake\;"/>
|
||||
<Build>
|
||||
<Target title="all">
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option type="4"/>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 all"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gmock">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgmock.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 gmock"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gmock/fast">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgmock.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 gmock/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gmock_main">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgmock_main.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 gmock_main"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gmock_main/fast">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgmock_main.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 gmock_main/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gtest">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgtest.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googletest"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 gtest"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gtest/fast">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgtest.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googletest"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 gtest/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gtest_main">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgtest_main.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googletest"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 gtest_main"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gtest_main/fast">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgtest_main.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googletest"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 gtest_main/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
</Build>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/src/gmock-all.cc">
|
||||
<Option target="gmock"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/src/gmock_main.cc">
|
||||
<Option target="gmock_main"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/src/gtest-all.cc">
|
||||
<Option target="gtest"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/src/gtest_main.cc">
|
||||
<Option target="gtest_main"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\test\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\test\googletest\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googlemock\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/cmake/gmock.pc.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googlemock\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/cmake/gmock_main.pc.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googlemock\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/cmake/Config.cmake.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/cmake/gtest.pc.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/cmake/gtest_main.pc.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/cmake/internal_utils.cmake">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\cmake\"/>
|
||||
</Unit>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
275
cmake-build-release/test/googletest/googletest-distribution.cbp
Normal file
275
cmake-build-release/test/googletest/googletest-distribution.cbp
Normal file
@@ -0,0 +1,275 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6"/>
|
||||
<Project>
|
||||
<Option title="googletest-distribution"/>
|
||||
<Option makefile_is_custom="1"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Option virtualFolders="CMake Files\;CMake Files\test\;CMake Files\test\googletest\;CMake Files\test\googletest\googlemock\;CMake Files\test\googletest\googlemock\cmake\;CMake Files\test\googletest\googletest\;CMake Files\test\googletest\googletest\cmake\;"/>
|
||||
<Build>
|
||||
<Target title="all">
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest"/>
|
||||
<Option type="4"/>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/Makefile" VERBOSE=1 all"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gmock">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgmock.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 gmock"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gmock/fast">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgmock.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 gmock/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gmock_main">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgmock_main.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 gmock_main"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gmock_main/fast">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgmock_main.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googlemock"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 gmock_main/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googlemock/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gtest">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgtest.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googletest"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 gtest"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gtest/fast">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgtest.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googletest"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 gtest/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gtest_main">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgtest_main.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googletest"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 gtest_main"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
<Target title="gtest_main/fast">
|
||||
<Option output="/home/andreas/git/logger/cmake-build-release/lib/libgtest_main.a" prefix_auto="0" extension_auto="0"/>
|
||||
<Option working_dir="/home/andreas/git/logger/cmake-build-release/test/googletest/googletest"/>
|
||||
<Option object_output="./"/>
|
||||
<Option type="2"/>
|
||||
<Option compiler="gcc"/>
|
||||
<Compiler>
|
||||
<Add directory="/home/andreas/git/logger/inc"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest/include"/>
|
||||
<Add directory="/home/andreas/git/logger/test/googletest/googletest"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/x86_64-pc-linux-gnu"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/../../../../include/c++/11.1.0/backward"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include"/>
|
||||
<Add directory="/usr/local/include"/>
|
||||
<Add directory="/usr/lib/gcc/x86_64-pc-linux-gnu/11.1.0/include-fixed"/>
|
||||
<Add directory="/usr/include"/>
|
||||
</Compiler>
|
||||
<MakeCommands>
|
||||
<Build command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 gtest_main/fast"/>
|
||||
<CompileFile command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 "$file""/>
|
||||
<Clean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
<DistClean command="/usr/bin/make -j8 -f "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/Makefile" VERBOSE=1 clean"/>
|
||||
</MakeCommands>
|
||||
</Target>
|
||||
</Build>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/src/gmock-all.cc">
|
||||
<Option target="gmock"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/src/gmock_main.cc">
|
||||
<Option target="gmock_main"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/src/gtest-all.cc">
|
||||
<Option target="gtest"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/src/gtest_main.cc">
|
||||
<Option target="gtest_main"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\test\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\test\googletest\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googlemock\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/cmake/gmock.pc.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googlemock\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googlemock/cmake/gmock_main.pc.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googlemock\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/CMakeLists.txt">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/cmake/Config.cmake.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/cmake/gtest.pc.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/cmake/gtest_main.pc.in">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\cmake\"/>
|
||||
</Unit>
|
||||
<Unit filename="/home/andreas/git/logger/test/googletest/googletest/cmake/internal_utils.cmake">
|
||||
<Option virtualFolder="CMake Files\test\googletest\googletest\cmake\"/>
|
||||
</Unit>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/andreas/git/logger")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/andreas/git/logger/cmake-build-release")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
@@ -0,0 +1,49 @@
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file for configuration "Release".
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Import target "GTest::gtest" for configuration "Release"
|
||||
set_property(TARGET GTest::gtest APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(GTest::gtest PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libgtest.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest "${_IMPORT_PREFIX}/lib/libgtest.a" )
|
||||
|
||||
# Import target "GTest::gtest_main" for configuration "Release"
|
||||
set_property(TARGET GTest::gtest_main APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(GTest::gtest_main PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libgtest_main.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest_main )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest_main "${_IMPORT_PREFIX}/lib/libgtest_main.a" )
|
||||
|
||||
# Import target "GTest::gmock" for configuration "Release"
|
||||
set_property(TARGET GTest::gmock APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(GTest::gmock PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libgmock.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock "${_IMPORT_PREFIX}/lib/libgmock.a" )
|
||||
|
||||
# Import target "GTest::gmock_main" for configuration "Release"
|
||||
set_property(TARGET GTest::gmock_main APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(GTest::gmock_main PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libgmock_main.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock_main )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock_main "${_IMPORT_PREFIX}/lib/libgmock_main.a" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
@@ -0,0 +1,131 @@
|
||||
# Generated by CMake
|
||||
|
||||
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6)
|
||||
message(FATAL_ERROR "CMake >= 2.6.0 required")
|
||||
endif()
|
||||
cmake_policy(PUSH)
|
||||
cmake_policy(VERSION 2.6...3.20)
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file.
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
||||
set(_targetsDefined)
|
||||
set(_targetsNotDefined)
|
||||
set(_expectedTargets)
|
||||
foreach(_expectedTarget GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main)
|
||||
list(APPEND _expectedTargets ${_expectedTarget})
|
||||
if(NOT TARGET ${_expectedTarget})
|
||||
list(APPEND _targetsNotDefined ${_expectedTarget})
|
||||
endif()
|
||||
if(TARGET ${_expectedTarget})
|
||||
list(APPEND _targetsDefined ${_expectedTarget})
|
||||
endif()
|
||||
endforeach()
|
||||
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
|
||||
unset(_targetsDefined)
|
||||
unset(_targetsNotDefined)
|
||||
unset(_expectedTargets)
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
return()
|
||||
endif()
|
||||
if(NOT "${_targetsDefined}" STREQUAL "")
|
||||
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
|
||||
endif()
|
||||
unset(_targetsDefined)
|
||||
unset(_targetsNotDefined)
|
||||
unset(_expectedTargets)
|
||||
|
||||
|
||||
# Compute the installation prefix relative to this file.
|
||||
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
if(_IMPORT_PREFIX STREQUAL "/")
|
||||
set(_IMPORT_PREFIX "")
|
||||
endif()
|
||||
|
||||
# Create imported target GTest::gtest
|
||||
add_library(GTest::gtest STATIC IMPORTED)
|
||||
|
||||
set_target_properties(GTest::gtest PROPERTIES
|
||||
INTERFACE_COMPILE_FEATURES "cxx_std_11"
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
INTERFACE_LINK_LIBRARIES "Threads::Threads"
|
||||
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
# Create imported target GTest::gtest_main
|
||||
add_library(GTest::gtest_main STATIC IMPORTED)
|
||||
|
||||
set_target_properties(GTest::gtest_main PROPERTIES
|
||||
INTERFACE_COMPILE_FEATURES "cxx_std_11"
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gtest"
|
||||
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
# Create imported target GTest::gmock
|
||||
add_library(GTest::gmock STATIC IMPORTED)
|
||||
|
||||
set_target_properties(GTest::gmock PROPERTIES
|
||||
INTERFACE_COMPILE_FEATURES "cxx_std_11"
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gtest"
|
||||
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
# Create imported target GTest::gmock_main
|
||||
add_library(GTest::gmock_main STATIC IMPORTED)
|
||||
|
||||
set_target_properties(GTest::gmock_main PROPERTIES
|
||||
INTERFACE_COMPILE_FEATURES "cxx_std_11"
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
INTERFACE_LINK_LIBRARIES "Threads::Threads;GTest::gmock"
|
||||
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
||||
)
|
||||
|
||||
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
||||
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
|
||||
endif()
|
||||
|
||||
# Load information for each installed configuration.
|
||||
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
file(GLOB CONFIG_FILES "${_DIR}/GTestTargets-*.cmake")
|
||||
foreach(f ${CONFIG_FILES})
|
||||
include(${f})
|
||||
endforeach()
|
||||
|
||||
# Cleanup temporary variables.
|
||||
set(_IMPORT_PREFIX)
|
||||
|
||||
# Loop over all imported files and verify that they actually exist
|
||||
foreach(target ${_IMPORT_CHECK_TARGETS} )
|
||||
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
||||
if(NOT EXISTS "${file}" )
|
||||
message(FATAL_ERROR "The imported target \"${target}\" references the file
|
||||
\"${file}\"
|
||||
but this file does not exist. Possible reasons include:
|
||||
* The file was deleted, renamed, or moved to another location.
|
||||
* An install or uninstall procedure did not complete successfully.
|
||||
* The installation package was faulty and contained
|
||||
\"${CMAKE_CURRENT_LIST_FILE}\"
|
||||
but not all the files it references.
|
||||
")
|
||||
endif()
|
||||
endforeach()
|
||||
unset(_IMPORT_CHECK_FILES_FOR_${target})
|
||||
endforeach()
|
||||
unset(_IMPORT_CHECK_TARGETS)
|
||||
|
||||
# This file does not depend on other imported targets which have
|
||||
# been exported from the same project but in a separate export set.
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
@@ -0,0 +1,694 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-spi.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
stdlib.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/wait.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
stdexcept
|
||||
-
|
||||
ctype.h
|
||||
-
|
||||
float.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/src/gtest-death-test.cc
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/src/gtest/gtest-death-test.h
|
||||
functional
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest.h
|
||||
../test/googletest/googletest/src/gtest/internal/custom/gtest.h
|
||||
crt_externs.h
|
||||
-
|
||||
errno.h
|
||||
-
|
||||
fcntl.h
|
||||
-
|
||||
limits.h
|
||||
-
|
||||
signal.h
|
||||
-
|
||||
stdarg.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
sys/mman.h
|
||||
-
|
||||
sys/wait.h
|
||||
-
|
||||
spawn.h
|
||||
-
|
||||
lib/fdio/fd.h
|
||||
-
|
||||
lib/fdio/io.h
|
||||
-
|
||||
lib/fdio/spawn.h
|
||||
-
|
||||
lib/zx/channel.h
|
||||
-
|
||||
lib/zx/port.h
|
||||
-
|
||||
lib/zx/process.h
|
||||
-
|
||||
lib/zx/socket.h
|
||||
-
|
||||
zircon/processargs.h
|
||||
-
|
||||
zircon/syscalls.h
|
||||
-
|
||||
zircon/syscalls/policy.h
|
||||
-
|
||||
zircon/syscalls/port.h
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/src/gtest/gtest-message.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-string.h
|
||||
src/gtest-internal-inl.h
|
||||
../test/googletest/googletest/src/src/gtest-internal-inl.h
|
||||
|
||||
../test/googletest/googletest/src/gtest-filepath.cc
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-filepath.h
|
||||
stdlib.h
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-port.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/src/gtest/gtest-message.h
|
||||
windows.h
|
||||
-
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
limits.h
|
||||
-
|
||||
climits
|
||||
-
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/src/gtest-internal-inl.h
|
||||
errno.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
algorithm
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-port.h
|
||||
arpa/inet.h
|
||||
-
|
||||
netdb.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/src/gtest/gtest.h
|
||||
gtest/gtest-spi.h
|
||||
../test/googletest/googletest/src/gtest/gtest-spi.h
|
||||
|
||||
../test/googletest/googletest/src/gtest-matchers.cc
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-port.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/src/gtest/gtest-matchers.h
|
||||
string
|
||||
-
|
||||
|
||||
../test/googletest/googletest/src/gtest-port.cc
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-port.h
|
||||
limits.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
fstream
|
||||
-
|
||||
memory
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
map
|
||||
-
|
||||
crtdbg.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
mach/mach_init.h
|
||||
-
|
||||
mach/task.h
|
||||
-
|
||||
mach/vm_map.h
|
||||
-
|
||||
sys/sysctl.h
|
||||
-
|
||||
sys/user.h
|
||||
-
|
||||
devctl.h
|
||||
-
|
||||
fcntl.h
|
||||
-
|
||||
sys/procfs.h
|
||||
-
|
||||
procinfo.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
zircon/process.h
|
||||
-
|
||||
zircon/syscalls.h
|
||||
-
|
||||
gtest/gtest-spi.h
|
||||
../test/googletest/googletest/src/gtest/gtest-spi.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/src/gtest/gtest-message.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-string.h
|
||||
src/gtest-internal-inl.h
|
||||
../test/googletest/googletest/src/src/gtest-internal-inl.h
|
||||
|
||||
../test/googletest/googletest/src/gtest-printers.cc
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/src/gtest/gtest-printers.h
|
||||
stdio.h
|
||||
-
|
||||
cctype
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
cwchar
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-port.h
|
||||
src/gtest-internal-inl.h
|
||||
../test/googletest/googletest/src/src/gtest-internal-inl.h
|
||||
|
||||
../test/googletest/googletest/src/gtest-test-part.cc
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/src/gtest/gtest-test-part.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/src/gtest/internal/gtest-port.h
|
||||
src/gtest-internal-inl.h
|
||||
../test/googletest/googletest/src/src/gtest-internal-inl.h
|
||||
|
||||
../test/googletest/googletest/src/gtest-typed-test.cc
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/src/gtest/gtest-typed-test.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/src/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/src/gtest.cc
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/src/gtest/gtest.h
|
||||
gtest/internal/custom/gtest.h
|
||||
../test/googletest/googletest/src/gtest/internal/custom/gtest.h
|
||||
gtest/gtest-spi.h
|
||||
../test/googletest/googletest/src/gtest/gtest-spi.h
|
||||
ctype.h
|
||||
-
|
||||
stdarg.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
wchar.h
|
||||
-
|
||||
wctype.h
|
||||
-
|
||||
algorithm
|
||||
-
|
||||
chrono
|
||||
-
|
||||
cmath
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
list
|
||||
-
|
||||
map
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
vector
|
||||
-
|
||||
fcntl.h
|
||||
-
|
||||
limits.h
|
||||
-
|
||||
sched.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
sys/mman.h
|
||||
-
|
||||
sys/time.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
string
|
||||
-
|
||||
sys/time.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
crtdbg.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
sys/timeb.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
sys/time.h
|
||||
-
|
||||
sys/time.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
stdexcept
|
||||
-
|
||||
arpa/inet.h
|
||||
-
|
||||
netdb.h
|
||||
-
|
||||
sys/socket.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
src/gtest-internal-inl.h
|
||||
../test/googletest/googletest/src/src/gtest-internal-inl.h
|
||||
crt_externs.h
|
||||
-
|
||||
absl/debugging/failure_signal_handler.h
|
||||
../test/googletest/googletest/src/absl/debugging/failure_signal_handler.h
|
||||
absl/debugging/stacktrace.h
|
||||
../test/googletest/googletest/src/absl/debugging/stacktrace.h
|
||||
absl/debugging/symbolize.h
|
||||
../test/googletest/googletest/src/absl/debugging/symbolize.h
|
||||
absl/strings/str_cat.h
|
||||
../test/googletest/googletest/src/absl/strings/str_cat.h
|
||||
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/gtest-all.cc
|
||||
gtest/gtest.h
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/gtest/gtest.h
|
||||
src/gtest.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/src/gtest.cc
|
||||
src/gtest-death-test.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/src/gtest-death-test.cc
|
||||
src/gtest-filepath.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/src/gtest-filepath.cc
|
||||
src/gtest-matchers.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/src/gtest-matchers.cc
|
||||
src/gtest-port.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/src/gtest-port.cc
|
||||
src/gtest-printers.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/src/gtest-printers.cc
|
||||
src/gtest-test-part.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/src/gtest-test-part.cc
|
||||
src/gtest-typed-test.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/src/gtest-typed-test.cc
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
|
||||
# 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
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/andreas/git/logger/test/googletest/googletest/src/gtest-all.cc" "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,107 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/googletest/googletest/CMakeFiles/gtest.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/googletest/googletest/CMakeFiles/gtest.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/googletest/googletest/CMakeFiles/gtest.dir/flags.make
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: test/googletest/googletest/CMakeFiles/gtest.dir/flags.make
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../test/googletest/googletest/src/gtest-all.cc
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/andreas/git/logger/test/googletest/googletest/src/gtest-all.cc
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/googletest/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/googletest/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s
|
||||
|
||||
# Object files for target gtest
|
||||
gtest_OBJECTS = \
|
||||
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
||||
|
||||
# External object files for target gtest
|
||||
gtest_EXTERNAL_OBJECTS =
|
||||
|
||||
lib/libgtest.a: test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
|
||||
lib/libgtest.a: test/googletest/googletest/CMakeFiles/gtest.dir/build.make
|
||||
lib/libgtest.a: test/googletest/googletest/CMakeFiles/gtest.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgtest.a"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/build: lib/libgtest.a
|
||||
.PHONY : test/googletest/googletest/CMakeFiles/gtest.dir/build
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake
|
||||
.PHONY : test/googletest/googletest/CMakeFiles/gtest.dir/clean
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test/googletest/googletest /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test/googletest/googletest /home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/googletest/googletest/CMakeFiles/gtest.dir/depend
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../bin/libgtest.pdb"
|
||||
"../../../lib/libgtest.a"
|
||||
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../lib/libgtest.a"
|
||||
)
|
||||
@@ -0,0 +1,36 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-spi.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/src/gtest-death-test.cc
|
||||
../test/googletest/googletest/src/gtest-filepath.cc
|
||||
../test/googletest/googletest/src/gtest-internal-inl.h
|
||||
../test/googletest/googletest/src/gtest-matchers.cc
|
||||
../test/googletest/googletest/src/gtest-port.cc
|
||||
../test/googletest/googletest/src/gtest-printers.cc
|
||||
../test/googletest/googletest/src/gtest-test-part.cc
|
||||
../test/googletest/googletest/src/gtest-typed-test.cc
|
||||
../test/googletest/googletest/src/gtest.cc
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/gtest-all.cc
|
||||
@@ -0,0 +1,36 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-spi.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/googletest/googletest/src/gtest-death-test.cc \
|
||||
../test/googletest/googletest/src/gtest-filepath.cc \
|
||||
../test/googletest/googletest/src/gtest-internal-inl.h \
|
||||
../test/googletest/googletest/src/gtest-matchers.cc \
|
||||
../test/googletest/googletest/src/gtest-port.cc \
|
||||
../test/googletest/googletest/src/gtest-printers.cc \
|
||||
../test/googletest/googletest/src/gtest-test-part.cc \
|
||||
../test/googletest/googletest/src/gtest-typed-test.cc \
|
||||
../test/googletest/googletest/src/gtest.cc \
|
||||
../test/googletest/googletest/src/gtest-all.cc
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -I/home/andreas/git/logger/test/googletest/googletest/include -I/home/andreas/git/logger/test/googletest/googletest
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++20
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc ../../../lib/libgtest.a CMakeFiles/gtest.dir/src/gtest-all.cc.o
|
||||
/usr/bin/ranlib ../../../lib/libgtest.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 7
|
||||
CMAKE_PROGRESS_2 = 8
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,344 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-death-test-internal.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
atomic
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
sstream
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
iterator
|
||||
-
|
||||
utility
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-param-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
functional
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
sstream
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
iosfwd
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-port.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
cstddef
|
||||
-
|
||||
limits
|
||||
-
|
||||
memory
|
||||
-
|
||||
ostream
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/gtest/internal/gtest-string.h
|
||||
gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-death-test.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-matchers.h
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-message.h
|
||||
gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-param-test.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-printers.h
|
||||
gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_prod.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-test-part.h
|
||||
gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest-typed-test.h
|
||||
gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest_pred_impl.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest/gtest.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-matchers.h
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
stdio.h
|
||||
-
|
||||
memory
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
stdlib.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/wait.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
stdexcept
|
||||
-
|
||||
ctype.h
|
||||
-
|
||||
float.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iomanip
|
||||
-
|
||||
limits
|
||||
-
|
||||
map
|
||||
-
|
||||
set
|
||||
-
|
||||
string
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-message.h
|
||||
gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-filepath.h
|
||||
gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-string.h
|
||||
gtest/internal/gtest-type-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-type-util.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
ctype.h
|
||||
-
|
||||
cassert
|
||||
-
|
||||
iterator
|
||||
-
|
||||
memory
|
||||
-
|
||||
set
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
utility
|
||||
-
|
||||
vector
|
||||
-
|
||||
gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-internal.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-printers.h
|
||||
gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/gtest-test-part.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
winapifamily.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
ctype.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cerrno
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
iostream
|
||||
-
|
||||
limits
|
||||
-
|
||||
locale
|
||||
-
|
||||
memory
|
||||
-
|
||||
string
|
||||
-
|
||||
tuple
|
||||
-
|
||||
type_traits
|
||||
-
|
||||
vector
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
sys/stat.h
|
||||
-
|
||||
AvailabilityMacros.h
|
||||
-
|
||||
TargetConditionals.h
|
||||
-
|
||||
gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h
|
||||
gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h
|
||||
direct.h
|
||||
-
|
||||
io.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
strings.h
|
||||
-
|
||||
android/api-level.h
|
||||
-
|
||||
regex.h
|
||||
-
|
||||
typeinfo
|
||||
-
|
||||
pthread.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
condition_variable
|
||||
-
|
||||
mutex
|
||||
-
|
||||
absl/types/any.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/any.h
|
||||
any
|
||||
-
|
||||
absl/types/optional.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/optional.h
|
||||
optional
|
||||
-
|
||||
absl/strings/string_view.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/strings/string_view.h
|
||||
string_view
|
||||
-
|
||||
absl/types/variant.h
|
||||
../test/googletest/googletest/include/gtest/internal/absl/types/variant.h
|
||||
variant
|
||||
-
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
mem.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
cstdint
|
||||
-
|
||||
string
|
||||
-
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest/internal/gtest-port.h
|
||||
cxxabi.h
|
||||
-
|
||||
acxx_demangle.h
|
||||
-
|
||||
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/gtest_main.cc
|
||||
cstdio
|
||||
-
|
||||
gtest/gtest.h
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/gtest/gtest.h
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
|
||||
# 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
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/andreas/git/logger/test/googletest/googletest/src/gtest_main.cc" "/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"../inc"
|
||||
"../test/googletest/googletest/include"
|
||||
"../test/googletest/googletest"
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"/home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,107 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include test/googletest/googletest/CMakeFiles/gtest_main.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include test/googletest/googletest/CMakeFiles/gtest_main.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include test/googletest/googletest/CMakeFiles/gtest_main.dir/flags.make
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: test/googletest/googletest/CMakeFiles/gtest_main.dir/flags.make
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../test/googletest/googletest/src/gtest_main.cc
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /home/andreas/git/logger/test/googletest/googletest/src/gtest_main.cc
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest_main.dir/src/gtest_main.cc.i"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/andreas/git/logger/test/googletest/googletest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest_main.dir/src/gtest_main.cc.s"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/andreas/git/logger/test/googletest/googletest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s
|
||||
|
||||
# Object files for target gtest_main
|
||||
gtest_main_OBJECTS = \
|
||||
"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
|
||||
|
||||
# External object files for target gtest_main
|
||||
gtest_main_EXTERNAL_OBJECTS =
|
||||
|
||||
lib/libgtest_main.a: test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
|
||||
lib/libgtest_main.a: test/googletest/googletest/CMakeFiles/gtest_main.dir/build.make
|
||||
lib/libgtest_main.a: test/googletest/googletest/CMakeFiles/gtest_main.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/andreas/git/logger/cmake-build-release/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library ../../../lib/libgtest_main.a"
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/build: lib/libgtest_main.a
|
||||
.PHONY : test/googletest/googletest/CMakeFiles/gtest_main.dir/build
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release/test/googletest/googletest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake
|
||||
.PHONY : test/googletest/googletest/CMakeFiles/gtest_main.dir/clean
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/andreas/git/logger /home/andreas/git/logger/test/googletest/googletest /home/andreas/git/logger/cmake-build-release /home/andreas/git/logger/cmake-build-release/test/googletest/googletest /home/andreas/git/logger/cmake-build-release/test/googletest/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : test/googletest/googletest/CMakeFiles/gtest_main.dir/depend
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../bin/libgtest_main.pdb"
|
||||
"../../../lib/libgtest_main.a"
|
||||
"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"../../../lib/libgtest_main.a"
|
||||
)
|
||||
@@ -0,0 +1,25 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h
|
||||
../test/googletest/googletest/include/gtest/gtest.h
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h
|
||||
/home/andreas/git/logger/test/googletest/googletest/src/gtest_main.cc
|
||||
@@ -0,0 +1,25 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: \
|
||||
../test/googletest/googletest/include/gtest/gtest-death-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-matchers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-message.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-param-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-test-part.h \
|
||||
../test/googletest/googletest/include/gtest/gtest-typed-test.h \
|
||||
../test/googletest/googletest/include/gtest/gtest.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_pred_impl.h \
|
||||
../test/googletest/googletest/include/gtest/gtest_prod.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/custom/gtest-printers.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-filepath.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-internal.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-param-util.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port-arch.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-port.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-string.h \
|
||||
../test/googletest/googletest/include/gtest/internal/gtest-type-util.h \
|
||||
../test/googletest/googletest/src/gtest_main.cc
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES = -I/home/andreas/git/logger/inc -isystem /home/andreas/git/logger/test/googletest/googletest/include -isystem /home/andreas/git/logger/test/googletest/googletest
|
||||
|
||||
CXX_FLAGS = -O3 -DNDEBUG -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -std=c++20
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
/usr/bin/ar qc ../../../lib/libgtest_main.a CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
|
||||
/usr/bin/ranlib ../../../lib/libgtest_main.a
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 9
|
||||
CMAKE_PROGRESS_2 = 10
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
4
|
||||
@@ -0,0 +1,6 @@
|
||||
# CMake generated Testfile for
|
||||
# Source directory: /home/andreas/git/logger/test/googletest/googletest
|
||||
# Build directory: /home/andreas/git/logger/cmake-build-release/test/googletest/googletest
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
284
cmake-build-release/test/googletest/googletest/Makefile
Normal file
284
cmake-build-release/test/googletest/googletest/Makefile
Normal file
@@ -0,0 +1,284 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.22
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
.PHONY : default_target
|
||||
|
||||
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
||||
.NOTPARALLEL:
|
||||
|
||||
#=============================================================================
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/andreas/git/logger
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/andreas/git/logger/cmake-build-release
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
|
||||
# Special rule for the target test
|
||||
test:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
||||
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
||||
.PHONY : test
|
||||
|
||||
# Special rule for the target test
|
||||
test/fast: test
|
||||
.PHONY : test/fast
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
||||
/usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : edit_cache
|
||||
|
||||
# Special rule for the target edit_cache
|
||||
edit_cache/fast: edit_cache
|
||||
.PHONY : edit_cache/fast
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
||||
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
||||
.PHONY : rebuild_cache
|
||||
|
||||
# Special rule for the target rebuild_cache
|
||||
rebuild_cache/fast: rebuild_cache
|
||||
.PHONY : rebuild_cache/fast
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components:
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
||||
.PHONY : list_install_components
|
||||
|
||||
# Special rule for the target list_install_components
|
||||
list_install_components/fast: list_install_components
|
||||
.PHONY : list_install_components/fast
|
||||
|
||||
# Special rule for the target install
|
||||
install: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install
|
||||
|
||||
# Special rule for the target install
|
||||
install/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
||||
/usr/bin/cmake -P cmake_install.cmake
|
||||
.PHONY : install/fast
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local
|
||||
|
||||
# Special rule for the target install/local
|
||||
install/local/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
||||
.PHONY : install/local/fast
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip: preinstall
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip
|
||||
|
||||
# Special rule for the target install/strip
|
||||
install/strip/fast: preinstall/fast
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
||||
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
||||
.PHONY : install/strip/fast
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -E cmake_progress_start /home/andreas/git/logger/cmake-build-release/CMakeFiles /home/andreas/git/logger/cmake-build-release/test/googletest/googletest//CMakeFiles/progress.marks
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googletest/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/andreas/git/logger/cmake-build-release/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
clean:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googletest/clean
|
||||
.PHONY : clean
|
||||
|
||||
# The main clean target
|
||||
clean/fast: clean
|
||||
.PHONY : clean/fast
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall: all
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googletest/preinstall
|
||||
.PHONY : preinstall
|
||||
|
||||
# Prepare targets for installation.
|
||||
preinstall/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googletest/preinstall
|
||||
.PHONY : preinstall/fast
|
||||
|
||||
# clear depends
|
||||
depend:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
||||
.PHONY : depend
|
||||
|
||||
# Convenience name for target.
|
||||
test/googletest/googletest/CMakeFiles/gtest.dir/rule:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googletest/CMakeFiles/gtest.dir/rule
|
||||
.PHONY : test/googletest/googletest/CMakeFiles/gtest.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
gtest: test/googletest/googletest/CMakeFiles/gtest.dir/rule
|
||||
.PHONY : gtest
|
||||
|
||||
# fast build rule for target.
|
||||
gtest/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googletest/CMakeFiles/gtest.dir/build.make test/googletest/googletest/CMakeFiles/gtest.dir/build
|
||||
.PHONY : gtest/fast
|
||||
|
||||
# Convenience name for target.
|
||||
test/googletest/googletest/CMakeFiles/gtest_main.dir/rule:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test/googletest/googletest/CMakeFiles/gtest_main.dir/rule
|
||||
.PHONY : test/googletest/googletest/CMakeFiles/gtest_main.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
gtest_main: test/googletest/googletest/CMakeFiles/gtest_main.dir/rule
|
||||
.PHONY : gtest_main
|
||||
|
||||
# fast build rule for target.
|
||||
gtest_main/fast:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googletest/CMakeFiles/gtest_main.dir/build.make test/googletest/googletest/CMakeFiles/gtest_main.dir/build
|
||||
.PHONY : gtest_main/fast
|
||||
|
||||
src/gtest-all.o: src/gtest-all.cc.o
|
||||
.PHONY : src/gtest-all.o
|
||||
|
||||
# target to build an object file
|
||||
src/gtest-all.cc.o:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googletest/CMakeFiles/gtest.dir/build.make test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
|
||||
.PHONY : src/gtest-all.cc.o
|
||||
|
||||
src/gtest-all.i: src/gtest-all.cc.i
|
||||
.PHONY : src/gtest-all.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/gtest-all.cc.i:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googletest/CMakeFiles/gtest.dir/build.make test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.i
|
||||
.PHONY : src/gtest-all.cc.i
|
||||
|
||||
src/gtest-all.s: src/gtest-all.cc.s
|
||||
.PHONY : src/gtest-all.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/gtest-all.cc.s:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googletest/CMakeFiles/gtest.dir/build.make test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.s
|
||||
.PHONY : src/gtest-all.cc.s
|
||||
|
||||
src/gtest_main.o: src/gtest_main.cc.o
|
||||
.PHONY : src/gtest_main.o
|
||||
|
||||
# target to build an object file
|
||||
src/gtest_main.cc.o:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googletest/CMakeFiles/gtest_main.dir/build.make test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
|
||||
.PHONY : src/gtest_main.cc.o
|
||||
|
||||
src/gtest_main.i: src/gtest_main.cc.i
|
||||
.PHONY : src/gtest_main.i
|
||||
|
||||
# target to preprocess a source file
|
||||
src/gtest_main.cc.i:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googletest/CMakeFiles/gtest_main.dir/build.make test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i
|
||||
.PHONY : src/gtest_main.cc.i
|
||||
|
||||
src/gtest_main.s: src/gtest_main.cc.s
|
||||
.PHONY : src/gtest_main.s
|
||||
|
||||
# target to generate assembly for a file
|
||||
src/gtest_main.cc.s:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(MAKE) $(MAKESILENT) -f test/googletest/googletest/CMakeFiles/gtest_main.dir/build.make test/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s
|
||||
.PHONY : src/gtest_main.cc.s
|
||||
|
||||
# Help Target
|
||||
help:
|
||||
@echo "The following are some of the valid targets for this Makefile:"
|
||||
@echo "... all (the default if no target is provided)"
|
||||
@echo "... clean"
|
||||
@echo "... depend"
|
||||
@echo "... edit_cache"
|
||||
@echo "... install"
|
||||
@echo "... install/local"
|
||||
@echo "... install/strip"
|
||||
@echo "... list_install_components"
|
||||
@echo "... rebuild_cache"
|
||||
@echo "... test"
|
||||
@echo "... gtest"
|
||||
@echo "... gtest_main"
|
||||
@echo "... src/gtest-all.o"
|
||||
@echo "... src/gtest-all.i"
|
||||
@echo "... src/gtest-all.s"
|
||||
@echo "... src/gtest_main.o"
|
||||
@echo "... src/gtest_main.i"
|
||||
@echo "... src/gtest_main.s"
|
||||
.PHONY : help
|
||||
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
cd /home/andreas/git/logger/cmake-build-release && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user