summaryrefslogtreecommitdiff
path: root/CMakeFiles/honey.dir
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeFiles/honey.dir')
-rw-r--r--CMakeFiles/honey.dir/C.includecache286
-rw-r--r--CMakeFiles/honey.dir/DependInfo.cmake29
-rw-r--r--CMakeFiles/honey.dir/build.make253
-rw-r--r--CMakeFiles/honey.dir/cmake_clean.cmake19
-rw-r--r--CMakeFiles/honey.dir/cmake_clean_target.cmake3
-rw-r--r--CMakeFiles/honey.dir/depend.internal91
-rw-r--r--CMakeFiles/honey.dir/depend.make91
-rw-r--r--CMakeFiles/honey.dir/flags.make10
-rw-r--r--CMakeFiles/honey.dir/link.txt2
-rw-r--r--CMakeFiles/honey.dir/progress.make12
-rw-r--r--CMakeFiles/honey.dir/src/camera.c.obin0 -> 90720 bytes
-rw-r--r--CMakeFiles/honey.dir/src/error.c.obin0 -> 64208 bytes
-rw-r--r--CMakeFiles/honey.dir/src/honey.c.obin0 -> 65392 bytes
-rw-r--r--CMakeFiles/honey.dir/src/input.c.obin0 -> 100688 bytes
-rw-r--r--CMakeFiles/honey.dir/src/light.c.obin0 -> 61216 bytes
-rw-r--r--CMakeFiles/honey.dir/src/mesh.c.obin0 -> 64872 bytes
-rw-r--r--CMakeFiles/honey.dir/src/model.c.obin0 -> 85120 bytes
-rw-r--r--CMakeFiles/honey.dir/src/primitives.c.obin0 -> 70968 bytes
-rw-r--r--CMakeFiles/honey.dir/src/shader.c.obin0 -> 71192 bytes
-rw-r--r--CMakeFiles/honey.dir/src/texture.c.obin0 -> 63072 bytes
20 files changed, 796 insertions, 0 deletions
diff --git a/CMakeFiles/honey.dir/C.includecache b/CMakeFiles/honey.dir/C.includecache
new file mode 100644
index 0000000..c64e9b1
--- /dev/null
+++ b/CMakeFiles/honey.dir/C.includecache
@@ -0,0 +1,286 @@
+#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform:
+
+/home/muon/documents/code/games/3d/honey-engine/include/common.h
+stdio.h
+-
+stdlib.h
+-
+stdbool.h
+-
+string.h
+-
+glad.h
+/home/muon/documents/code/games/3d/honey-engine/include/glad.h
+GLFW/glfw3.h
+-
+cglm/cglm.h
+-
+cglm/call.h
+-
+assimp/cimport.h
+-
+assimp/scene.h
+-
+assimp/postprocess.h
+-
+stb_image.h
+/home/muon/documents/code/games/3d/honey-engine/include/stb_image.h
+
+/home/muon/documents/code/games/3d/honey-engine/include/glad.h
+khrplatform.h
+/home/muon/documents/code/games/3d/honey-engine/include/khrplatform.h
+
+/home/muon/documents/code/games/3d/honey-engine/include/khrplatform.h
+stdint.h
+-
+inttypes.h
+-
+stdint.h
+-
+
+/home/muon/documents/code/games/3d/honey-engine/include/light.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/include/common.h
+
+/home/muon/documents/code/games/3d/honey-engine/include/mesh.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/include/common.h
+shader.h
+/home/muon/documents/code/games/3d/honey-engine/include/shader.h
+
+/home/muon/documents/code/games/3d/honey-engine/include/model.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/include/common.h
+mesh.h
+/home/muon/documents/code/games/3d/honey-engine/include/mesh.h
+shader.h
+/home/muon/documents/code/games/3d/honey-engine/include/shader.h
+skeleton.h
+/home/muon/documents/code/games/3d/honey-engine/include/skeleton.h
+
+/home/muon/documents/code/games/3d/honey-engine/include/shader.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/include/common.h
+light.h
+/home/muon/documents/code/games/3d/honey-engine/include/light.h
+
+/home/muon/documents/code/games/3d/honey-engine/include/skeleton.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/include/common.h
+
+/home/muon/documents/code/games/3d/honey-engine/include/stb_image.h
+stb_image.h
+/home/muon/documents/code/games/3d/honey-engine/include/stb_image.h
+stdio.h
+-
+stdlib.h
+-
+stdarg.h
+-
+stddef.h
+-
+stdlib.h
+-
+string.h
+-
+limits.h
+-
+math.h
+-
+stdio.h
+-
+assert.h
+-
+stdint.h
+-
+emmintrin.h
+-
+intrin.h
+-
+arm_neon.h
+-
+
+/home/muon/documents/code/games/3d/honey-engine/src/camera.c
+include/camera.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/camera.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/error.c
+../include/common.h
+/home/muon/documents/code/games/3d/honey-engine/include/common.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/honey.c
+include/honey.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/honey.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/camera.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+stdio.h
+-
+stdlib.h
+-
+stdbool.h
+-
+string.h
+-
+glad.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/glad.h
+GLFW/glfw3.h
+-
+cglm/cglm.h
+-
+cglm/call.h
+-
+assimp/cimport.h
+-
+assimp/scene.h
+-
+assimp/postprocess.h
+-
+stb_image.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/glad.h
+khrplatform.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/honey.h
+camera.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/camera.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+input.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/input.h
+light.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/light.h
+mesh.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/mesh.h
+model.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/model.h
+primitives.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/primitives.h
+shader.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/shader.h
+texture.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/texture.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/input.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h
+stdint.h
+-
+inttypes.h
+-
+stdint.h
+-
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/light.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/mesh.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+shader.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/shader.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/model.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+mesh.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/mesh.h
+shader.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/shader.h
+skeleton.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/skeleton.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/primitives.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+mesh.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/mesh.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/shader.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+light.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/light.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/skeleton.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+stb_image.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+stdio.h
+-
+stdlib.h
+-
+stdarg.h
+-
+stddef.h
+-
+stdlib.h
+-
+string.h
+-
+limits.h
+-
+math.h
+-
+stdio.h
+-
+assert.h
+-
+stdint.h
+-
+emmintrin.h
+-
+intrin.h
+-
+arm_neon.h
+-
+
+/home/muon/documents/code/games/3d/honey-engine/src/include/texture.h
+common.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/input.c
+include/input.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/input.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/light.c
+../include/light.h
+/home/muon/documents/code/games/3d/honey-engine/include/light.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/mesh.c
+include/mesh.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/mesh.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/model.c
+../include/model.h
+/home/muon/documents/code/games/3d/honey-engine/include/model.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/primitives.c
+include/primitives.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/primitives.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/shader.c
+../include/shader.h
+/home/muon/documents/code/games/3d/honey-engine/include/shader.h
+
+/home/muon/documents/code/games/3d/honey-engine/src/texture.c
+include/texture.h
+/home/muon/documents/code/games/3d/honey-engine/src/include/texture.h
+
diff --git a/CMakeFiles/honey.dir/DependInfo.cmake b/CMakeFiles/honey.dir/DependInfo.cmake
new file mode 100644
index 0000000..a486fb5
--- /dev/null
+++ b/CMakeFiles/honey.dir/DependInfo.cmake
@@ -0,0 +1,29 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+ "C"
+ )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_C
+ "/home/muon/documents/code/games/3d/honey-engine/src/camera.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/camera.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/error.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/error.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/honey.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/honey.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/input.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/input.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/light.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/light.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/mesh.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/mesh.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/model.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/model.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/primitives.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/primitives.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/shader.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/shader.c.o"
+ "/home/muon/documents/code/games/3d/honey-engine/src/texture.c" "/home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/src/texture.c.o"
+ )
+set(CMAKE_C_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_C_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 "")
diff --git a/CMakeFiles/honey.dir/build.make b/CMakeFiles/honey.dir/build.make
new file mode 100644
index 0000000..7c5dfdd
--- /dev/null
+++ b/CMakeFiles/honey.dir/build.make
@@ -0,0 +1,253 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.18
+
+# 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/muon/programs/cmake/cmake-3.18.0-Linux-x86_64/bin/cmake
+
+# The command to remove a file.
+RM = /home/muon/programs/cmake/cmake-3.18.0-Linux-x86_64/bin/cmake -E rm -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /home/muon/documents/code/games/3d/honey-engine
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/muon/documents/code/games/3d/honey-engine
+
+# Include any dependencies generated for this target.
+include CMakeFiles/honey.dir/depend.make
+
+# Include the progress variables for this target.
+include CMakeFiles/honey.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include CMakeFiles/honey.dir/flags.make
+
+CMakeFiles/honey.dir/src/honey.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/honey.c.o: src/honey.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/honey.dir/src/honey.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/honey.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/honey.c
+
+CMakeFiles/honey.dir/src/honey.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/honey.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/honey.c > CMakeFiles/honey.dir/src/honey.c.i
+
+CMakeFiles/honey.dir/src/honey.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/honey.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/honey.c -o CMakeFiles/honey.dir/src/honey.c.s
+
+CMakeFiles/honey.dir/src/camera.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/camera.c.o: src/camera.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/honey.dir/src/camera.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/camera.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/camera.c
+
+CMakeFiles/honey.dir/src/camera.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/camera.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/camera.c > CMakeFiles/honey.dir/src/camera.c.i
+
+CMakeFiles/honey.dir/src/camera.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/camera.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/camera.c -o CMakeFiles/honey.dir/src/camera.c.s
+
+CMakeFiles/honey.dir/src/error.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/error.c.o: src/error.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/honey.dir/src/error.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/error.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/error.c
+
+CMakeFiles/honey.dir/src/error.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/error.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/error.c > CMakeFiles/honey.dir/src/error.c.i
+
+CMakeFiles/honey.dir/src/error.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/error.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/error.c -o CMakeFiles/honey.dir/src/error.c.s
+
+CMakeFiles/honey.dir/src/input.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/input.c.o: src/input.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/honey.dir/src/input.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/input.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/input.c
+
+CMakeFiles/honey.dir/src/input.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/input.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/input.c > CMakeFiles/honey.dir/src/input.c.i
+
+CMakeFiles/honey.dir/src/input.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/input.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/input.c -o CMakeFiles/honey.dir/src/input.c.s
+
+CMakeFiles/honey.dir/src/light.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/light.c.o: src/light.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/honey.dir/src/light.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/light.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/light.c
+
+CMakeFiles/honey.dir/src/light.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/light.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/light.c > CMakeFiles/honey.dir/src/light.c.i
+
+CMakeFiles/honey.dir/src/light.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/light.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/light.c -o CMakeFiles/honey.dir/src/light.c.s
+
+CMakeFiles/honey.dir/src/mesh.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/mesh.c.o: src/mesh.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/honey.dir/src/mesh.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/mesh.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/mesh.c
+
+CMakeFiles/honey.dir/src/mesh.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/mesh.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/mesh.c > CMakeFiles/honey.dir/src/mesh.c.i
+
+CMakeFiles/honey.dir/src/mesh.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/mesh.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/mesh.c -o CMakeFiles/honey.dir/src/mesh.c.s
+
+CMakeFiles/honey.dir/src/model.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/model.c.o: src/model.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/honey.dir/src/model.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/model.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/model.c
+
+CMakeFiles/honey.dir/src/model.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/model.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/model.c > CMakeFiles/honey.dir/src/model.c.i
+
+CMakeFiles/honey.dir/src/model.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/model.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/model.c -o CMakeFiles/honey.dir/src/model.c.s
+
+CMakeFiles/honey.dir/src/primitives.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/primitives.c.o: src/primitives.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/honey.dir/src/primitives.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/primitives.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/primitives.c
+
+CMakeFiles/honey.dir/src/primitives.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/primitives.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/primitives.c > CMakeFiles/honey.dir/src/primitives.c.i
+
+CMakeFiles/honey.dir/src/primitives.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/primitives.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/primitives.c -o CMakeFiles/honey.dir/src/primitives.c.s
+
+CMakeFiles/honey.dir/src/shader.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/shader.c.o: src/shader.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/honey.dir/src/shader.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/shader.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/shader.c
+
+CMakeFiles/honey.dir/src/shader.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/shader.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/shader.c > CMakeFiles/honey.dir/src/shader.c.i
+
+CMakeFiles/honey.dir/src/shader.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/shader.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/shader.c -o CMakeFiles/honey.dir/src/shader.c.s
+
+CMakeFiles/honey.dir/src/texture.c.o: CMakeFiles/honey.dir/flags.make
+CMakeFiles/honey.dir/src/texture.c.o: src/texture.c
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/honey.dir/src/texture.c.o"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/honey.dir/src/texture.c.o -c /home/muon/documents/code/games/3d/honey-engine/src/texture.c
+
+CMakeFiles/honey.dir/src/texture.c.i: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/honey.dir/src/texture.c.i"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/muon/documents/code/games/3d/honey-engine/src/texture.c > CMakeFiles/honey.dir/src/texture.c.i
+
+CMakeFiles/honey.dir/src/texture.c.s: cmake_force
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/honey.dir/src/texture.c.s"
+ /usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/muon/documents/code/games/3d/honey-engine/src/texture.c -o CMakeFiles/honey.dir/src/texture.c.s
+
+# Object files for target honey
+honey_OBJECTS = \
+"CMakeFiles/honey.dir/src/honey.c.o" \
+"CMakeFiles/honey.dir/src/camera.c.o" \
+"CMakeFiles/honey.dir/src/error.c.o" \
+"CMakeFiles/honey.dir/src/input.c.o" \
+"CMakeFiles/honey.dir/src/light.c.o" \
+"CMakeFiles/honey.dir/src/mesh.c.o" \
+"CMakeFiles/honey.dir/src/model.c.o" \
+"CMakeFiles/honey.dir/src/primitives.c.o" \
+"CMakeFiles/honey.dir/src/shader.c.o" \
+"CMakeFiles/honey.dir/src/texture.c.o"
+
+# External object files for target honey
+honey_EXTERNAL_OBJECTS =
+
+libhoney.a: CMakeFiles/honey.dir/src/honey.c.o
+libhoney.a: CMakeFiles/honey.dir/src/camera.c.o
+libhoney.a: CMakeFiles/honey.dir/src/error.c.o
+libhoney.a: CMakeFiles/honey.dir/src/input.c.o
+libhoney.a: CMakeFiles/honey.dir/src/light.c.o
+libhoney.a: CMakeFiles/honey.dir/src/mesh.c.o
+libhoney.a: CMakeFiles/honey.dir/src/model.c.o
+libhoney.a: CMakeFiles/honey.dir/src/primitives.c.o
+libhoney.a: CMakeFiles/honey.dir/src/shader.c.o
+libhoney.a: CMakeFiles/honey.dir/src/texture.c.o
+libhoney.a: CMakeFiles/honey.dir/build.make
+libhoney.a: CMakeFiles/honey.dir/link.txt
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/muon/documents/code/games/3d/honey-engine/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking C static library libhoney.a"
+ $(CMAKE_COMMAND) -P CMakeFiles/honey.dir/cmake_clean_target.cmake
+ $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/honey.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+CMakeFiles/honey.dir/build: libhoney.a
+
+.PHONY : CMakeFiles/honey.dir/build
+
+CMakeFiles/honey.dir/clean:
+ $(CMAKE_COMMAND) -P CMakeFiles/honey.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/honey.dir/clean
+
+CMakeFiles/honey.dir/depend:
+ cd /home/muon/documents/code/games/3d/honey-engine && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/muon/documents/code/games/3d/honey-engine /home/muon/documents/code/games/3d/honey-engine /home/muon/documents/code/games/3d/honey-engine /home/muon/documents/code/games/3d/honey-engine /home/muon/documents/code/games/3d/honey-engine/CMakeFiles/honey.dir/DependInfo.cmake --color=$(COLOR)
+.PHONY : CMakeFiles/honey.dir/depend
+
diff --git a/CMakeFiles/honey.dir/cmake_clean.cmake b/CMakeFiles/honey.dir/cmake_clean.cmake
new file mode 100644
index 0000000..55beb7d
--- /dev/null
+++ b/CMakeFiles/honey.dir/cmake_clean.cmake
@@ -0,0 +1,19 @@
+file(REMOVE_RECURSE
+ "CMakeFiles/honey.dir/src/camera.c.o"
+ "CMakeFiles/honey.dir/src/error.c.o"
+ "CMakeFiles/honey.dir/src/honey.c.o"
+ "CMakeFiles/honey.dir/src/input.c.o"
+ "CMakeFiles/honey.dir/src/light.c.o"
+ "CMakeFiles/honey.dir/src/mesh.c.o"
+ "CMakeFiles/honey.dir/src/model.c.o"
+ "CMakeFiles/honey.dir/src/primitives.c.o"
+ "CMakeFiles/honey.dir/src/shader.c.o"
+ "CMakeFiles/honey.dir/src/texture.c.o"
+ "libhoney.a"
+ "libhoney.pdb"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang C)
+ include(CMakeFiles/honey.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git a/CMakeFiles/honey.dir/cmake_clean_target.cmake b/CMakeFiles/honey.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..09cbc92
--- /dev/null
+++ b/CMakeFiles/honey.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+ "libhoney.a"
+)
diff --git a/CMakeFiles/honey.dir/depend.internal b/CMakeFiles/honey.dir/depend.internal
new file mode 100644
index 0000000..76cff26
--- /dev/null
+++ b/CMakeFiles/honey.dir/depend.internal
@@ -0,0 +1,91 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.18
+
+CMakeFiles/honey.dir/src/camera.c.o
+ /home/muon/documents/code/games/3d/honey-engine/src/camera.c
+ /home/muon/documents/code/games/3d/honey-engine/src/include/camera.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+CMakeFiles/honey.dir/src/error.c.o
+ /home/muon/documents/code/games/3d/honey-engine/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/error.c
+CMakeFiles/honey.dir/src/honey.c.o
+ /home/muon/documents/code/games/3d/honey-engine/src/honey.c
+ /home/muon/documents/code/games/3d/honey-engine/src/include/camera.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/honey.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/input.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/light.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/mesh.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/model.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/primitives.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/shader.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/skeleton.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/texture.h
+CMakeFiles/honey.dir/src/input.c.o
+ /home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/input.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/input.c
+CMakeFiles/honey.dir/src/light.c.o
+ /home/muon/documents/code/games/3d/honey-engine/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/include/light.h
+ /home/muon/documents/code/games/3d/honey-engine/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/light.c
+CMakeFiles/honey.dir/src/mesh.c.o
+ /home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/light.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/mesh.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/shader.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/mesh.c
+CMakeFiles/honey.dir/src/model.c.o
+ /home/muon/documents/code/games/3d/honey-engine/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/include/light.h
+ /home/muon/documents/code/games/3d/honey-engine/include/mesh.h
+ /home/muon/documents/code/games/3d/honey-engine/include/model.h
+ /home/muon/documents/code/games/3d/honey-engine/include/shader.h
+ /home/muon/documents/code/games/3d/honey-engine/include/skeleton.h
+ /home/muon/documents/code/games/3d/honey-engine/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/model.c
+CMakeFiles/honey.dir/src/primitives.c.o
+ /home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/light.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/mesh.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/primitives.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/shader.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/primitives.c
+CMakeFiles/honey.dir/src/shader.c.o
+ /home/muon/documents/code/games/3d/honey-engine/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/include/light.h
+ /home/muon/documents/code/games/3d/honey-engine/include/shader.h
+ /home/muon/documents/code/games/3d/honey-engine/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/shader.c
+CMakeFiles/honey.dir/src/texture.c.o
+ /home/muon/documents/code/games/3d/honey-engine/src/include/common.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/glad.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/khrplatform.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/stb_image.h
+ /home/muon/documents/code/games/3d/honey-engine/src/include/texture.h
+ /home/muon/documents/code/games/3d/honey-engine/src/texture.c
diff --git a/CMakeFiles/honey.dir/depend.make b/CMakeFiles/honey.dir/depend.make
new file mode 100644
index 0000000..1aae4e6
--- /dev/null
+++ b/CMakeFiles/honey.dir/depend.make
@@ -0,0 +1,91 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.18
+
+CMakeFiles/honey.dir/src/camera.c.o: src/camera.c
+CMakeFiles/honey.dir/src/camera.c.o: src/include/camera.h
+CMakeFiles/honey.dir/src/camera.c.o: src/include/common.h
+CMakeFiles/honey.dir/src/camera.c.o: src/include/glad.h
+CMakeFiles/honey.dir/src/camera.c.o: src/include/khrplatform.h
+CMakeFiles/honey.dir/src/camera.c.o: src/include/stb_image.h
+
+CMakeFiles/honey.dir/src/error.c.o: include/common.h
+CMakeFiles/honey.dir/src/error.c.o: include/glad.h
+CMakeFiles/honey.dir/src/error.c.o: include/khrplatform.h
+CMakeFiles/honey.dir/src/error.c.o: include/stb_image.h
+CMakeFiles/honey.dir/src/error.c.o: src/error.c
+
+CMakeFiles/honey.dir/src/honey.c.o: src/honey.c
+CMakeFiles/honey.dir/src/honey.c.o: src/include/camera.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/common.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/glad.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/honey.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/input.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/khrplatform.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/light.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/mesh.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/model.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/primitives.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/shader.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/skeleton.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/stb_image.h
+CMakeFiles/honey.dir/src/honey.c.o: src/include/texture.h
+
+CMakeFiles/honey.dir/src/input.c.o: src/include/common.h
+CMakeFiles/honey.dir/src/input.c.o: src/include/glad.h
+CMakeFiles/honey.dir/src/input.c.o: src/include/input.h
+CMakeFiles/honey.dir/src/input.c.o: src/include/khrplatform.h
+CMakeFiles/honey.dir/src/input.c.o: src/include/stb_image.h
+CMakeFiles/honey.dir/src/input.c.o: src/input.c
+
+CMakeFiles/honey.dir/src/light.c.o: include/common.h
+CMakeFiles/honey.dir/src/light.c.o: include/glad.h
+CMakeFiles/honey.dir/src/light.c.o: include/khrplatform.h
+CMakeFiles/honey.dir/src/light.c.o: include/light.h
+CMakeFiles/honey.dir/src/light.c.o: include/stb_image.h
+CMakeFiles/honey.dir/src/light.c.o: src/light.c
+
+CMakeFiles/honey.dir/src/mesh.c.o: src/include/common.h
+CMakeFiles/honey.dir/src/mesh.c.o: src/include/glad.h
+CMakeFiles/honey.dir/src/mesh.c.o: src/include/khrplatform.h
+CMakeFiles/honey.dir/src/mesh.c.o: src/include/light.h
+CMakeFiles/honey.dir/src/mesh.c.o: src/include/mesh.h
+CMakeFiles/honey.dir/src/mesh.c.o: src/include/shader.h
+CMakeFiles/honey.dir/src/mesh.c.o: src/include/stb_image.h
+CMakeFiles/honey.dir/src/mesh.c.o: src/mesh.c
+
+CMakeFiles/honey.dir/src/model.c.o: include/common.h
+CMakeFiles/honey.dir/src/model.c.o: include/glad.h
+CMakeFiles/honey.dir/src/model.c.o: include/khrplatform.h
+CMakeFiles/honey.dir/src/model.c.o: include/light.h
+CMakeFiles/honey.dir/src/model.c.o: include/mesh.h
+CMakeFiles/honey.dir/src/model.c.o: include/model.h
+CMakeFiles/honey.dir/src/model.c.o: include/shader.h
+CMakeFiles/honey.dir/src/model.c.o: include/skeleton.h
+CMakeFiles/honey.dir/src/model.c.o: include/stb_image.h
+CMakeFiles/honey.dir/src/model.c.o: src/model.c
+
+CMakeFiles/honey.dir/src/primitives.c.o: src/include/common.h
+CMakeFiles/honey.dir/src/primitives.c.o: src/include/glad.h
+CMakeFiles/honey.dir/src/primitives.c.o: src/include/khrplatform.h
+CMakeFiles/honey.dir/src/primitives.c.o: src/include/light.h
+CMakeFiles/honey.dir/src/primitives.c.o: src/include/mesh.h
+CMakeFiles/honey.dir/src/primitives.c.o: src/include/primitives.h
+CMakeFiles/honey.dir/src/primitives.c.o: src/include/shader.h
+CMakeFiles/honey.dir/src/primitives.c.o: src/include/stb_image.h
+CMakeFiles/honey.dir/src/primitives.c.o: src/primitives.c
+
+CMakeFiles/honey.dir/src/shader.c.o: include/common.h
+CMakeFiles/honey.dir/src/shader.c.o: include/glad.h
+CMakeFiles/honey.dir/src/shader.c.o: include/khrplatform.h
+CMakeFiles/honey.dir/src/shader.c.o: include/light.h
+CMakeFiles/honey.dir/src/shader.c.o: include/shader.h
+CMakeFiles/honey.dir/src/shader.c.o: include/stb_image.h
+CMakeFiles/honey.dir/src/shader.c.o: src/shader.c
+
+CMakeFiles/honey.dir/src/texture.c.o: src/include/common.h
+CMakeFiles/honey.dir/src/texture.c.o: src/include/glad.h
+CMakeFiles/honey.dir/src/texture.c.o: src/include/khrplatform.h
+CMakeFiles/honey.dir/src/texture.c.o: src/include/stb_image.h
+CMakeFiles/honey.dir/src/texture.c.o: src/include/texture.h
+CMakeFiles/honey.dir/src/texture.c.o: src/texture.c
+
diff --git a/CMakeFiles/honey.dir/flags.make b/CMakeFiles/honey.dir/flags.make
new file mode 100644
index 0000000..7c18c8d
--- /dev/null
+++ b/CMakeFiles/honey.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.18
+
+# compile C with /usr/bin/cc
+C_DEFINES =
+
+C_INCLUDES =
+
+C_FLAGS = -g
+
diff --git a/CMakeFiles/honey.dir/link.txt b/CMakeFiles/honey.dir/link.txt
new file mode 100644
index 0000000..af46e44
--- /dev/null
+++ b/CMakeFiles/honey.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libhoney.a CMakeFiles/honey.dir/src/honey.c.o CMakeFiles/honey.dir/src/camera.c.o CMakeFiles/honey.dir/src/error.c.o CMakeFiles/honey.dir/src/input.c.o CMakeFiles/honey.dir/src/light.c.o CMakeFiles/honey.dir/src/mesh.c.o CMakeFiles/honey.dir/src/model.c.o CMakeFiles/honey.dir/src/primitives.c.o CMakeFiles/honey.dir/src/shader.c.o CMakeFiles/honey.dir/src/texture.c.o
+/usr/bin/ranlib libhoney.a
diff --git a/CMakeFiles/honey.dir/progress.make b/CMakeFiles/honey.dir/progress.make
new file mode 100644
index 0000000..0060b63
--- /dev/null
+++ b/CMakeFiles/honey.dir/progress.make
@@ -0,0 +1,12 @@
+CMAKE_PROGRESS_1 = 3
+CMAKE_PROGRESS_2 = 4
+CMAKE_PROGRESS_3 = 5
+CMAKE_PROGRESS_4 = 6
+CMAKE_PROGRESS_5 = 7
+CMAKE_PROGRESS_6 = 8
+CMAKE_PROGRESS_7 = 9
+CMAKE_PROGRESS_8 = 10
+CMAKE_PROGRESS_9 = 11
+CMAKE_PROGRESS_10 = 12
+CMAKE_PROGRESS_11 = 13
+
diff --git a/CMakeFiles/honey.dir/src/camera.c.o b/CMakeFiles/honey.dir/src/camera.c.o
new file mode 100644
index 0000000..8124694
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/camera.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/error.c.o b/CMakeFiles/honey.dir/src/error.c.o
new file mode 100644
index 0000000..8cdad02
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/error.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/honey.c.o b/CMakeFiles/honey.dir/src/honey.c.o
new file mode 100644
index 0000000..d309938
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/honey.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/input.c.o b/CMakeFiles/honey.dir/src/input.c.o
new file mode 100644
index 0000000..a153f1a
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/input.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/light.c.o b/CMakeFiles/honey.dir/src/light.c.o
new file mode 100644
index 0000000..483ed21
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/light.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/mesh.c.o b/CMakeFiles/honey.dir/src/mesh.c.o
new file mode 100644
index 0000000..76f7445
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/mesh.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/model.c.o b/CMakeFiles/honey.dir/src/model.c.o
new file mode 100644
index 0000000..d8601a7
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/model.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/primitives.c.o b/CMakeFiles/honey.dir/src/primitives.c.o
new file mode 100644
index 0000000..57631f9
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/primitives.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/shader.c.o b/CMakeFiles/honey.dir/src/shader.c.o
new file mode 100644
index 0000000..5f93274
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/shader.c.o
Binary files differ
diff --git a/CMakeFiles/honey.dir/src/texture.c.o b/CMakeFiles/honey.dir/src/texture.c.o
new file mode 100644
index 0000000..197b83c
--- /dev/null
+++ b/CMakeFiles/honey.dir/src/texture.c.o
Binary files differ