1
0

Init opengl

This commit is contained in:
Niklas Birk
2019-12-18 18:18:55 +01:00
parent 95e874e74e
commit e7db6fdf34
339 changed files with 7351 additions and 4 deletions

View File

@ -0,0 +1,24 @@
# 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
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps/glad_vulkan.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj"
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/tests/vulkan.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/tests/CMakeFiles/vulkan.dir/vulkan.c.obj"
)
set(CMAKE_C_COMPILER_ID "GNU")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../deps"
"../include"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/src/CMakeFiles/glfw.dir/DependInfo.cmake"
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,117 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# 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.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe
# The command to remove a file.
RM = D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3"
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug"
# Include any dependencies generated for this target.
include tests/CMakeFiles/vulkan.dir/depend.make
# Include the progress variables for this target.
include tests/CMakeFiles/vulkan.dir/progress.make
# Include the compile flags for this target's objects.
include tests/CMakeFiles/vulkan.dir/flags.make
tests/CMakeFiles/vulkan.dir/vulkan.c.obj: tests/CMakeFiles/vulkan.dir/flags.make
tests/CMakeFiles/vulkan.dir/vulkan.c.obj: tests/CMakeFiles/vulkan.dir/includes_C.rsp
tests/CMakeFiles/vulkan.dir/vulkan.c.obj: ../tests/vulkan.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_1) "Building C object tests/CMakeFiles/vulkan.dir/vulkan.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\vulkan.dir\vulkan.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\vulkan.c"
tests/CMakeFiles/vulkan.dir/vulkan.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vulkan.dir/vulkan.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\vulkan.c" > CMakeFiles\vulkan.dir\vulkan.c.i
tests/CMakeFiles/vulkan.dir/vulkan.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vulkan.dir/vulkan.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests\vulkan.c" -o CMakeFiles\vulkan.dir\vulkan.c.s
tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj: tests/CMakeFiles/vulkan.dir/flags.make
tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj: tests/CMakeFiles/vulkan.dir/includes_C.rsp
tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj: ../deps/glad_vulkan.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_2) "Building C object tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\vulkan.dir\__\deps\glad_vulkan.c.obj -c "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_vulkan.c"
tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.i"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_vulkan.c" > CMakeFiles\vulkan.dir\__\deps\glad_vulkan.c.i
tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.s"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && D:\Programme\MingW\mingw64\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\deps\glad_vulkan.c" -o CMakeFiles\vulkan.dir\__\deps\glad_vulkan.c.s
# Object files for target vulkan
vulkan_OBJECTS = \
"CMakeFiles/vulkan.dir/vulkan.c.obj" \
"CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj"
# External object files for target vulkan
vulkan_EXTERNAL_OBJECTS =
tests/vulkan.exe: tests/CMakeFiles/vulkan.dir/vulkan.c.obj
tests/vulkan.exe: tests/CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj
tests/vulkan.exe: tests/CMakeFiles/vulkan.dir/build.make
tests/vulkan.exe: src/libglfw3.a
tests/vulkan.exe: tests/CMakeFiles/vulkan.dir/linklibs.rsp
tests/vulkan.exe: tests/CMakeFiles/vulkan.dir/objects1.rsp
tests/vulkan.exe: tests/CMakeFiles/vulkan.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir="D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\CMakeFiles" --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable vulkan.exe"
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\vulkan.dir\link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
tests/CMakeFiles/vulkan.dir/build: tests/vulkan.exe
.PHONY : tests/CMakeFiles/vulkan.dir/build
tests/CMakeFiles/vulkan.dir/clean:
cd /d "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" && $(CMAKE_COMMAND) -P CMakeFiles\vulkan.dir\cmake_clean.cmake
.PHONY : tests/CMakeFiles/vulkan.dir/clean
tests/CMakeFiles/vulkan.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests" "D:\Niklas Birk\Dokumente\Programmierung\C\Informatikprojekt\glfw-3.3\cmake-build-debug\tests\CMakeFiles\vulkan.dir\DependInfo.cmake" --color=$(COLOR)
.PHONY : tests/CMakeFiles/vulkan.dir/depend

View File

@ -0,0 +1,13 @@
file(REMOVE_RECURSE
"CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj"
"CMakeFiles/vulkan.dir/vulkan.c.obj"
"libvulkan.dll.a"
"vulkan.exe"
"vulkan.exe.manifest"
"vulkan.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/vulkan.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty dependencies file for vulkan.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.15
# compile C with D:/Programme/MingW/mingw64/bin/gcc.exe
C_FLAGS = -g
C_DEFINES =
C_INCLUDES = @CMakeFiles/vulkan.dir/includes_C.rsp

View File

@ -0,0 +1 @@
-I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/deps" -I"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/include"

View File

@ -0,0 +1,3 @@
D:\Programme\JetBrains\CLion\bin\cmake\win\bin\cmake.exe -E remove -f CMakeFiles\vulkan.dir/objects.a
D:\Programme\MingW\mingw64\bin\ar.exe cr CMakeFiles\vulkan.dir/objects.a @CMakeFiles\vulkan.dir\objects1.rsp
D:\Programme\MingW\mingw64\bin\gcc.exe -g -mwindows -Wl,--whole-archive CMakeFiles\vulkan.dir/objects.a -Wl,--no-whole-archive -o vulkan.exe -Wl,--out-implib,libvulkan.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\vulkan.dir\linklibs.rsp

View File

@ -0,0 +1 @@
../src/libglfw3.a -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32

View File

@ -0,0 +1 @@
CMakeFiles/vulkan.dir/vulkan.c.obj CMakeFiles/vulkan.dir/__/deps/glad_vulkan.c.obj

View File

@ -0,0 +1,4 @@
CMAKE_PROGRESS_1 = 92
CMAKE_PROGRESS_2 =
CMAKE_PROGRESS_3 = 93