Skip to content

Commit

Permalink
HybridOctree_Hex_v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gt2001 committed Jan 12, 2024
1 parent 440e883 commit db207d7
Show file tree
Hide file tree
Showing 32 changed files with 117 additions and 117 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is the CMakeCache file.
# For build in directory: c:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build
# For build in directory: c:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0
# It was generated by CMake: D:/cmake/bin/cmake.exe
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
Expand Down Expand Up @@ -104,7 +104,7 @@ CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build/CMakeFiles/pkgRedirects
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/CMakeFiles/pkgRedirects

//Convert GNU import libraries to MS format (requires Visual Studio)
CMAKE_GNUtoMS:BOOL=OFF
Expand Down Expand Up @@ -255,7 +255,7 @@ CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Value Computed by CMake
HexGen_BINARY_DIR:STATIC=C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build
HexGen_BINARY_DIR:STATIC=C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0

//Value Computed by CMake
HexGen_IS_TOP_LEVEL:STATIC=ON
Expand All @@ -273,7 +273,7 @@ CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build
CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0")

# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ EQUALS = =
CMAKE_SOURCE_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build
CMAKE_BINARY_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0

# Include any dependencies generated for this target.
include CMakeFiles/HexGen.dir/depend.make
Expand All @@ -69,9 +69,9 @@ include CMakeFiles/HexGen.dir/progress.make
include CMakeFiles/HexGen.dir/flags.make

CMakeFiles/HexGen.dir/Main.cpp.obj: CMakeFiles/HexGen.dir/flags.make
CMakeFiles/HexGen.dir/Main.cpp.obj: C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/Main.cpp
CMakeFiles/HexGen.dir/Main.cpp.obj: Main.cpp
CMakeFiles/HexGen.dir/Main.cpp.obj: CMakeFiles/HexGen.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/HexGen.dir/Main.cpp.obj"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/HexGen.dir/Main.cpp.obj"
D:\GCC\bin\c++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/HexGen.dir/Main.cpp.obj -MF CMakeFiles\HexGen.dir\Main.cpp.obj.d -o CMakeFiles\HexGen.dir\Main.cpp.obj -c C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\Main.cpp

CMakeFiles/HexGen.dir/Main.cpp.i: cmake_force
Expand All @@ -83,9 +83,9 @@ CMakeFiles/HexGen.dir/Main.cpp.s: cmake_force
D:\GCC\bin\c++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\Main.cpp -o CMakeFiles\HexGen.dir\Main.cpp.s

CMakeFiles/HexGen.dir/HexGen.cpp.obj: CMakeFiles/HexGen.dir/flags.make
CMakeFiles/HexGen.dir/HexGen.cpp.obj: C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/HexGen.cpp
CMakeFiles/HexGen.dir/HexGen.cpp.obj: HexGen.cpp
CMakeFiles/HexGen.dir/HexGen.cpp.obj: CMakeFiles/HexGen.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/HexGen.dir/HexGen.cpp.obj"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object CMakeFiles/HexGen.dir/HexGen.cpp.obj"
D:\GCC\bin\c++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/HexGen.dir/HexGen.cpp.obj -MF CMakeFiles\HexGen.dir\HexGen.cpp.obj.d -o CMakeFiles\HexGen.dir\HexGen.cpp.obj -c C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\HexGen.cpp

CMakeFiles/HexGen.dir/HexGen.cpp.i: cmake_force
Expand All @@ -97,9 +97,9 @@ CMakeFiles/HexGen.dir/HexGen.cpp.s: cmake_force
D:\GCC\bin\c++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\HexGen.cpp -o CMakeFiles\HexGen.dir\HexGen.cpp.s

CMakeFiles/HexGen.dir/Mesh.cpp.obj: CMakeFiles/HexGen.dir/flags.make
CMakeFiles/HexGen.dir/Mesh.cpp.obj: C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/Mesh.cpp
CMakeFiles/HexGen.dir/Mesh.cpp.obj: Mesh.cpp
CMakeFiles/HexGen.dir/Mesh.cpp.obj: CMakeFiles/HexGen.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/HexGen.dir/Mesh.cpp.obj"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object CMakeFiles/HexGen.dir/Mesh.cpp.obj"
D:\GCC\bin\c++.exe $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/HexGen.dir/Mesh.cpp.obj -MF CMakeFiles\HexGen.dir\Mesh.cpp.obj.d -o CMakeFiles\HexGen.dir\Mesh.cpp.obj -c C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\Mesh.cpp

CMakeFiles/HexGen.dir/Mesh.cpp.i: cmake_force
Expand All @@ -126,7 +126,7 @@ HexGen.exe: CMakeFiles/HexGen.dir/build.make
HexGen.exe: CMakeFiles/HexGen.dir/linkLibs.rsp
HexGen.exe: CMakeFiles/HexGen.dir/objects1.rsp
HexGen.exe: CMakeFiles/HexGen.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable HexGen.exe"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable HexGen.exe"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\HexGen.dir\link.txt --verbose=$(VERBOSE)

# Rule to build all files generated by this target.
Expand All @@ -138,6 +138,6 @@ CMakeFiles/HexGen.dir/clean:
.PHONY : CMakeFiles/HexGen.dir/clean

CMakeFiles/HexGen.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0 C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0 C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles\HexGen.dir\DependInfo.cmake "--color=$(COLOR)"
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0 C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0 C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0 C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0 C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles\HexGen.dir\DependInfo.cmake "--color=$(COLOR)"
.PHONY : CMakeFiles/HexGen.dir/depend

Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ set(CMAKE_DEPENDS_GENERATOR "MinGW Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/CMakeLists.txt"
"CMakeFiles/3.27.4/CMakeCCompiler.cmake"
"CMakeFiles/3.27.4/CMakeCXXCompiler.cmake"
"CMakeFiles/3.27.4/CMakeRCCompiler.cmake"
"CMakeFiles/3.27.4/CMakeSystem.cmake"
"CMakeLists.txt"
"D:/cmake/share/cmake-3.27/Modules/CMakeCCompiler.cmake.in"
"D:/cmake/share/cmake-3.27/Modules/CMakeCCompilerABI.c"
"D:/cmake/share/cmake-3.27/Modules/CMakeCInformation.cmake"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ EQUALS = =
CMAKE_SOURCE_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build
CMAKE_BINARY_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0

#=============================================================================
# Directory level rules for the build root directory
Expand All @@ -80,14 +80,14 @@ clean: CMakeFiles/HexGen.dir/clean
CMakeFiles/HexGen.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles\HexGen.dir\build.make CMakeFiles/HexGen.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles\HexGen.dir\build.make CMakeFiles/HexGen.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles --progress-num=1,2,3,4 "Built target HexGen"
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles --progress-num=1,2,3,4 "Built target HexGen"
.PHONY : CMakeFiles/HexGen.dir/all

# Build rule for subdir invocation for target.
CMakeFiles/HexGen.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles 4
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles 4
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 CMakeFiles/HexGen.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles 0
.PHONY : CMakeFiles/HexGen.dir/rule

# Convenience name for target.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build/CMakeFiles/HexGen.dir
C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build/CMakeFiles/edit_cache.dir
C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build/CMakeFiles/rebuild_cache.dir
C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/CMakeFiles/HexGen.dir
C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/CMakeFiles/edit_cache.dir
C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/CMakeFiles/rebuild_cache.dir
2 changes: 1 addition & 1 deletion HybridOctree_Hex_v1.0/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ set(SOURCES
add_executable(HexGen ${SOURCES})

if (CMAKE_GENERATOR MATCHES "Visual Studio")
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/build PROPERTY VS_STARTUP_PROJECT HexGen)
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT HexGen)
endif()
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ EQUALS = =
CMAKE_SOURCE_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build
CMAKE_BINARY_DIR = C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0

#=============================================================================
# Targets provided globally by CMake.
Expand All @@ -86,9 +86,9 @@ rebuild_cache/fast: rebuild_cache

# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\\CMakeFiles\progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\\CMakeFiles\progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles\Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\build\CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start C:\Users\14124\Documents\GitHub\HybridOctree_Hex\HybridOctree_Hex_v1.0\CMakeFiles 0
.PHONY : all

# The main clean target
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ endif()

string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "C:/Users/14124/Documents/GitHub/HybridOctree_Hex/HybridOctree_Hex_v1.0/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")

0 comments on commit db207d7

Please sign in to comment.