26 lines
1.1 KiB
CMake
26 lines
1.1 KiB
CMake
# 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/robert/Programming/SDLU/lib/sdl2_gfx/src/SDL2_framerate.c" "/home/robert/Programming/SDLU/bin/lib/sdl2_gfx/CMakeFiles/sdl2_gfx.dir/src/SDL2_framerate.c.o"
|
|
"/home/robert/Programming/SDLU/lib/sdl2_gfx/src/SDL2_gfxPrimitives.c" "/home/robert/Programming/SDLU/bin/lib/sdl2_gfx/CMakeFiles/sdl2_gfx.dir/src/SDL2_gfxPrimitives.c.o"
|
|
"/home/robert/Programming/SDLU/lib/sdl2_gfx/src/SDL2_imageFilter.c" "/home/robert/Programming/SDLU/bin/lib/sdl2_gfx/CMakeFiles/sdl2_gfx.dir/src/SDL2_imageFilter.c.o"
|
|
"/home/robert/Programming/SDLU/lib/sdl2_gfx/src/SDL2_rotozoom.c" "/home/robert/Programming/SDLU/bin/lib/sdl2_gfx/CMakeFiles/sdl2_gfx.dir/src/SDL2_rotozoom.c.o"
|
|
)
|
|
set(CMAKE_C_COMPILER_ID "GNU")
|
|
|
|
# The include file search paths:
|
|
set(CMAKE_C_TARGET_INCLUDE_PATH
|
|
"/usr/include/SDL2"
|
|
"../lib/sdl2_gfx/include"
|
|
)
|
|
|
|
# Targets to which this target links.
|
|
set(CMAKE_TARGET_LINKED_INFO_FILES
|
|
)
|
|
|
|
# Fortran module output directory.
|
|
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|