v1
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
|
||||
# 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/ue_slam/cv_networking_pipeline_linux/basic-tutorial-2.cpp" "/home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug/CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
"."
|
||||
"../"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/Thirdparty/Sophus"
|
||||
"../thirdparty/oscpack_1_1_0"
|
||||
"../thirdparty/oscpack_1_1_0/build/Release"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/include"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/include/CameraModels"
|
||||
"/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/Thirdparty/g2o"
|
||||
"/usr/local/include/eigen3"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include"
|
||||
"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/cmake-build-debug/src/include"
|
||||
"/usr/include/stage/lib"
|
||||
"/usr/include/gstreamer-1.0"
|
||||
"/usr/include/glib-2.0"
|
||||
"/usr/lib/x86_64-linux-gnu/glib-2.0/include"
|
||||
"/usr/include/orc-0.4"
|
||||
"/home/ivan/ivan/git/work_drivecast2/thirdparty/NDI SDK for Linux/include"
|
||||
)
|
||||
|
||||
# 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
cmake-build-debug/CMakeFiles/basic-tutorial-2.dir/build.make
Normal file
106
cmake-build-debug/CMakeFiles/basic-tutorial-2.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/ue_slam/cv_networking_pipeline_linux
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/basic-tutorial-2.dir/depend.make
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/basic-tutorial-2.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/basic-tutorial-2.dir/flags.make
|
||||
|
||||
CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o: CMakeFiles/basic-tutorial-2.dir/flags.make
|
||||
CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o: ../basic-tutorial-2.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o -c /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/basic-tutorial-2.cpp
|
||||
|
||||
CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/basic-tutorial-2.cpp > CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.i
|
||||
|
||||
CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/basic-tutorial-2.cpp -o CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.s
|
||||
|
||||
# Object files for target basic-tutorial-2
|
||||
basic__tutorial__2_OBJECTS = \
|
||||
"CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o"
|
||||
|
||||
# External object files for target basic-tutorial-2
|
||||
basic__tutorial__2_EXTERNAL_OBJECTS =
|
||||
|
||||
basic-tutorial-2: CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o
|
||||
basic-tutorial-2: CMakeFiles/basic-tutorial-2.dir/build.make
|
||||
basic-tutorial-2: CMakeFiles/basic-tutorial-2.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable basic-tutorial-2"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/basic-tutorial-2.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/basic-tutorial-2.dir/build: basic-tutorial-2
|
||||
.PHONY : CMakeFiles/basic-tutorial-2.dir/build
|
||||
|
||||
CMakeFiles/basic-tutorial-2.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/basic-tutorial-2.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/basic-tutorial-2.dir/clean
|
||||
|
||||
CMakeFiles/basic-tutorial-2.dir/depend:
|
||||
cd /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug /home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug/CMakeFiles/basic-tutorial-2.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/basic-tutorial-2.dir/depend
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o"
|
||||
"basic-tutorial-2"
|
||||
"basic-tutorial-2.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/basic-tutorial-2.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for basic-tutorial-2.
|
||||
# This may be replaced when dependencies are built.
|
||||
10
cmake-build-debug/CMakeFiles/basic-tutorial-2.dir/flags.make
Normal file
10
cmake-build-debug/CMakeFiles/basic-tutorial-2.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 = -I/home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/cmake-build-debug -I/home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/build" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/include/opencv" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/core/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/flann/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgproc/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ml/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/photo/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/video/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/viz/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/dnn/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/features2d/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/imgcodecs/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/shape/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videoio/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/calib3d/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/highgui/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/objdetect/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/stitching/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/superres/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/ts/include" -I"/home/ivan/ivan/git/Work DriveCast/opencv-3.4.15/modules/videostab/include" -I/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/Thirdparty/Sophus -I/home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/thirdparty/oscpack_1_1_0 -I/home/ivan/ivan/git/work_drivecast2/ue_slam/cv_networking_pipeline_linux/thirdparty/oscpack_1_1_0/build/Release -I/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release -I/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/include -I/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/include/CameraModels -I/home/ivan/ivan/git/work_drivecast2/SLAM/ORB_SLAM3-1.0-release/Thirdparty/g2o -I/usr/local/include/eigen3 -I"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/include" -I"/home/ivan/ivan/git/Work DriveCast/Pangolin-0.6/cmake-build-debug/src/include" -I/usr/include/stage/lib -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/orc-0.4 -I"/home/ivan/ivan/git/work_drivecast2/thirdparty/NDI SDK for Linux/include"
|
||||
|
||||
CXX_FLAGS = -g -std=gnu++17
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -g CMakeFiles/basic-tutorial-2.dir/basic-tutorial-2.cpp.o -o basic-tutorial-2 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 3
|
||||
CMAKE_PROGRESS_2 = 4
|
||||
|
||||
Reference in New Issue
Block a user