v02
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
|
||||
# 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/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/converter.cpp" "/home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/cmake-build-debug/CMakeFiles/tum_vi.dir/converter.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
)
|
||||
|
||||
# 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 "")
|
||||
106
tum_vi/cmake-build-debug/CMakeFiles/tum_vi.dir/build.make
Normal file
106
tum_vi/cmake-build-debug/CMakeFiles/tum_vi.dir/build.make
Normal file
@@ -0,0 +1,106 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
# 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 = /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /home/ivan/ivan/programs/clion-2021.1.2/bin/cmake/linux/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/cmake-build-debug
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/tum_vi.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/tum_vi.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/tum_vi.dir/flags.make
|
||||
|
||||
CMakeFiles/tum_vi.dir/converter.cpp.o: CMakeFiles/tum_vi.dir/flags.make
|
||||
CMakeFiles/tum_vi.dir/converter.cpp.o: ../converter.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/tum_vi.dir/converter.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/tum_vi.dir/converter.cpp.o -c /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/converter.cpp
|
||||
|
||||
CMakeFiles/tum_vi.dir/converter.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/tum_vi.dir/converter.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/converter.cpp > CMakeFiles/tum_vi.dir/converter.cpp.i
|
||||
|
||||
CMakeFiles/tum_vi.dir/converter.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/tum_vi.dir/converter.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/converter.cpp -o CMakeFiles/tum_vi.dir/converter.cpp.s
|
||||
|
||||
# Object files for target tum_vi
|
||||
tum_vi_OBJECTS = \
|
||||
"CMakeFiles/tum_vi.dir/converter.cpp.o"
|
||||
|
||||
# External object files for target tum_vi
|
||||
tum_vi_EXTERNAL_OBJECTS =
|
||||
|
||||
tum_vi: CMakeFiles/tum_vi.dir/converter.cpp.o
|
||||
tum_vi: CMakeFiles/tum_vi.dir/build.make
|
||||
tum_vi: CMakeFiles/tum_vi.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable tum_vi"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tum_vi.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/tum_vi.dir/build: tum_vi
|
||||
.PHONY : CMakeFiles/tum_vi.dir/build
|
||||
|
||||
CMakeFiles/tum_vi.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/tum_vi.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/tum_vi.dir/clean
|
||||
|
||||
CMakeFiles/tum_vi.dir/depend:
|
||||
cd /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/cmake-build-debug /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/cmake-build-debug /home/ivan/ivan/git/work_drivecast2/slam_algorithms_research/tum_vi/cmake-build-debug/CMakeFiles/tum_vi.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/tum_vi.dir/depend
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/tum_vi.dir/converter.cpp.o"
|
||||
"tum_vi"
|
||||
"tum_vi.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/tum_vi.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for tum_vi.
|
||||
# This may be replaced when dependencies are built.
|
||||
10
tum_vi/cmake-build-debug/CMakeFiles/tum_vi.dir/flags.make
Normal file
10
tum_vi/cmake-build-debug/CMakeFiles/tum_vi.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.20
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES =
|
||||
|
||||
CXX_FLAGS = -g -std=gnu++14
|
||||
|
||||
1
tum_vi/cmake-build-debug/CMakeFiles/tum_vi.dir/link.txt
Normal file
1
tum_vi/cmake-build-debug/CMakeFiles/tum_vi.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -g CMakeFiles/tum_vi.dir/converter.cpp.o -o tum_vi
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
||||
Reference in New Issue
Block a user