just need to add the timer
This commit is contained in:
24
build/CMakeFiles/BeladysAnomoly.dir/CXX.includecache
Normal file
24
build/CMakeFiles/BeladysAnomoly.dir/CXX.includecache
Normal file
@@ -0,0 +1,24 @@
|
||||
#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
/home/pi/Repos/cs3100hw7/main.cpp
|
||||
iostream
|
||||
-
|
||||
vector
|
||||
-
|
||||
list
|
||||
-
|
||||
random
|
||||
-
|
||||
queue
|
||||
-
|
||||
algorithm
|
||||
-
|
||||
functional
|
||||
-
|
||||
|
||||
20
build/CMakeFiles/BeladysAnomoly.dir/DependInfo.cmake
Normal file
20
build/CMakeFiles/BeladysAnomoly.dir/DependInfo.cmake
Normal file
@@ -0,0 +1,20 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"CXX"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_CXX
|
||||
"/home/pi/Repos/cs3100hw7/main.cpp" "/home/pi/Repos/cs3100hw7/build/CMakeFiles/BeladysAnomoly.dir/main.cpp.o"
|
||||
)
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_CXX_TARGET_INCLUDE_PATH
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
113
build/CMakeFiles/BeladysAnomoly.dir/build.make
Normal file
113
build/CMakeFiles/BeladysAnomoly.dir/build.make
Normal file
@@ -0,0 +1,113 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# 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 remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/pi/Repos/cs3100hw7
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/pi/Repos/cs3100hw7/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/BeladysAnomoly.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/BeladysAnomoly.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/BeladysAnomoly.dir/flags.make
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.o: CMakeFiles/BeladysAnomoly.dir/flags.make
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.o: ../main.cpp
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/pi/Repos/cs3100hw7/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/BeladysAnomoly.dir/main.cpp.o"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/BeladysAnomoly.dir/main.cpp.o -c /home/pi/Repos/cs3100hw7/main.cpp
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/BeladysAnomoly.dir/main.cpp.i"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/pi/Repos/cs3100hw7/main.cpp > CMakeFiles/BeladysAnomoly.dir/main.cpp.i
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/BeladysAnomoly.dir/main.cpp.s"
|
||||
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/pi/Repos/cs3100hw7/main.cpp -o CMakeFiles/BeladysAnomoly.dir/main.cpp.s
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.o.requires:
|
||||
|
||||
.PHONY : CMakeFiles/BeladysAnomoly.dir/main.cpp.o.requires
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.o.provides: CMakeFiles/BeladysAnomoly.dir/main.cpp.o.requires
|
||||
$(MAKE) -f CMakeFiles/BeladysAnomoly.dir/build.make CMakeFiles/BeladysAnomoly.dir/main.cpp.o.provides.build
|
||||
.PHONY : CMakeFiles/BeladysAnomoly.dir/main.cpp.o.provides
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.o.provides.build: CMakeFiles/BeladysAnomoly.dir/main.cpp.o
|
||||
|
||||
|
||||
# Object files for target BeladysAnomoly
|
||||
BeladysAnomoly_OBJECTS = \
|
||||
"CMakeFiles/BeladysAnomoly.dir/main.cpp.o"
|
||||
|
||||
# External object files for target BeladysAnomoly
|
||||
BeladysAnomoly_EXTERNAL_OBJECTS =
|
||||
|
||||
BeladysAnomoly: CMakeFiles/BeladysAnomoly.dir/main.cpp.o
|
||||
BeladysAnomoly: CMakeFiles/BeladysAnomoly.dir/build.make
|
||||
BeladysAnomoly: CMakeFiles/BeladysAnomoly.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/pi/Repos/cs3100hw7/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable BeladysAnomoly"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/BeladysAnomoly.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/BeladysAnomoly.dir/build: BeladysAnomoly
|
||||
|
||||
.PHONY : CMakeFiles/BeladysAnomoly.dir/build
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/requires: CMakeFiles/BeladysAnomoly.dir/main.cpp.o.requires
|
||||
|
||||
.PHONY : CMakeFiles/BeladysAnomoly.dir/requires
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/BeladysAnomoly.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/BeladysAnomoly.dir/clean
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/depend:
|
||||
cd /home/pi/Repos/cs3100hw7/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/pi/Repos/cs3100hw7 /home/pi/Repos/cs3100hw7 /home/pi/Repos/cs3100hw7/build /home/pi/Repos/cs3100hw7/build /home/pi/Repos/cs3100hw7/build/CMakeFiles/BeladysAnomoly.dir/DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/BeladysAnomoly.dir/depend
|
||||
|
||||
10
build/CMakeFiles/BeladysAnomoly.dir/cmake_clean.cmake
Normal file
10
build/CMakeFiles/BeladysAnomoly.dir/cmake_clean.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/BeladysAnomoly.dir/main.cpp.o"
|
||||
"BeladysAnomoly.pdb"
|
||||
"BeladysAnomoly"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang CXX)
|
||||
include(CMakeFiles/BeladysAnomoly.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
5
build/CMakeFiles/BeladysAnomoly.dir/depend.internal
Normal file
5
build/CMakeFiles/BeladysAnomoly.dir/depend.internal
Normal file
@@ -0,0 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.o
|
||||
/home/pi/Repos/cs3100hw7/main.cpp
|
||||
5
build/CMakeFiles/BeladysAnomoly.dir/depend.make
Normal file
5
build/CMakeFiles/BeladysAnomoly.dir/depend.make
Normal file
@@ -0,0 +1,5 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
||||
|
||||
CMakeFiles/BeladysAnomoly.dir/main.cpp.o: ../main.cpp
|
||||
|
||||
10
build/CMakeFiles/BeladysAnomoly.dir/flags.make
Normal file
10
build/CMakeFiles/BeladysAnomoly.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 3.7
|
||||
|
||||
# compile CXX with /usr/bin/c++
|
||||
CXX_FLAGS = -std=c++11 -pthread -O3
|
||||
|
||||
CXX_DEFINES =
|
||||
|
||||
CXX_INCLUDES =
|
||||
|
||||
1
build/CMakeFiles/BeladysAnomoly.dir/link.txt
Normal file
1
build/CMakeFiles/BeladysAnomoly.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/bin/c++ -std=c++11 -pthread -O3 CMakeFiles/BeladysAnomoly.dir/main.cpp.o -o BeladysAnomoly -rdynamic
|
||||
BIN
build/CMakeFiles/BeladysAnomoly.dir/main.cpp.o
Normal file
BIN
build/CMakeFiles/BeladysAnomoly.dir/main.cpp.o
Normal file
Binary file not shown.
3
build/CMakeFiles/BeladysAnomoly.dir/progress.make
Normal file
3
build/CMakeFiles/BeladysAnomoly.dir/progress.make
Normal file
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
||||
Reference in New Issue
Block a user