35 lines
1.4 KiB
CMake
35 lines
1.4 KiB
CMake
|
# The set of languages for which implicit dependencies are needed:
|
||
|
set(CMAKE_DEPENDS_LANGUAGES
|
||
|
"C"
|
||
|
"RC"
|
||
|
)
|
||
|
# 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_gl.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.obj"
|
||
|
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/examples/gears.c" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/examples/CMakeFiles/gears.dir/gears.c.obj"
|
||
|
)
|
||
|
set(CMAKE_C_COMPILER_ID "GNU")
|
||
|
|
||
|
# The include file search paths:
|
||
|
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||
|
"../deps"
|
||
|
"../include"
|
||
|
)
|
||
|
set(CMAKE_DEPENDS_CHECK_RC
|
||
|
"D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/examples/glfw.rc" "D:/Niklas Birk/Dokumente/Programmierung/C/Informatikprojekt/glfw-3.3/cmake-build-debug/examples/CMakeFiles/gears.dir/glfw.rc.obj"
|
||
|
)
|
||
|
|
||
|
# The include file search paths:
|
||
|
set(CMAKE_RC_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 "")
|