mirror of
https://gitlab.com/raylibtemplates/rt.git
synced 2026-06-13 04:25:11 -04:00
Initial Commit
This commit is contained in:
24
build/CMakeFiles/example.dir/DependInfo.cmake
Normal file
24
build/CMakeFiles/example.dir/DependInfo.cmake
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
# Consider dependencies only in project.
|
||||
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
||||
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
|
||||
# The set of dependency files which are needed:
|
||||
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
||||
"/home/maple/Documents/WebTest/src/main.c" "CMakeFiles/example.dir/src/main.c.o" "gcc" "CMakeFiles/example.dir/src/main.c.o.d"
|
||||
"" "example" "gcc" "CMakeFiles/example.dir/link.d"
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Targets to which this target links which contain Fortran sources.
|
||||
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
115
build/CMakeFiles/example.dir/build.make
Normal file
115
build/CMakeFiles/example.dir/build.make
Normal file
@@ -0,0 +1,115 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
# 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 = /usr/bin/cmake
|
||||
|
||||
# The command to remove a file.
|
||||
RM = /usr/bin/cmake -E rm -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = /home/maple/Documents/WebTest
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = /home/maple/Documents/WebTest/build
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/example.dir/depend.make
|
||||
# Include any dependencies generated by the compiler for this target.
|
||||
include CMakeFiles/example.dir/compiler_depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/example.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/example.dir/flags.make
|
||||
|
||||
CMakeFiles/example.dir/codegen:
|
||||
.PHONY : CMakeFiles/example.dir/codegen
|
||||
|
||||
CMakeFiles/example.dir/src/main.c.o: CMakeFiles/example.dir/flags.make
|
||||
CMakeFiles/example.dir/src/main.c.o: /home/maple/Documents/WebTest/src/main.c
|
||||
CMakeFiles/example.dir/src/main.c.o: CMakeFiles/example.dir/compiler_depend.ts
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/maple/Documents/WebTest/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/example.dir/src/main.c.o"
|
||||
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT CMakeFiles/example.dir/src/main.c.o -MF CMakeFiles/example.dir/src/main.c.o.d -o CMakeFiles/example.dir/src/main.c.o -c /home/maple/Documents/WebTest/src/main.c
|
||||
|
||||
CMakeFiles/example.dir/src/main.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/example.dir/src/main.c.i"
|
||||
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/maple/Documents/WebTest/src/main.c > CMakeFiles/example.dir/src/main.c.i
|
||||
|
||||
CMakeFiles/example.dir/src/main.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/example.dir/src/main.c.s"
|
||||
/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/maple/Documents/WebTest/src/main.c -o CMakeFiles/example.dir/src/main.c.s
|
||||
|
||||
# Object files for target example
|
||||
example_OBJECTS = \
|
||||
"CMakeFiles/example.dir/src/main.c.o"
|
||||
|
||||
# External object files for target example
|
||||
example_EXTERNAL_OBJECTS =
|
||||
|
||||
example: CMakeFiles/example.dir/src/main.c.o
|
||||
example: CMakeFiles/example.dir/build.make
|
||||
example: CMakeFiles/example.dir/compiler_depend.ts
|
||||
example: /usr/lib/libraylib.so
|
||||
example: CMakeFiles/example.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/maple/Documents/WebTest/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable example"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/example.dir/link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/example.dir/build: example
|
||||
.PHONY : CMakeFiles/example.dir/build
|
||||
|
||||
CMakeFiles/example.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles/example.dir/cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/example.dir/clean
|
||||
|
||||
CMakeFiles/example.dir/depend:
|
||||
cd /home/maple/Documents/WebTest/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/maple/Documents/WebTest /home/maple/Documents/WebTest /home/maple/Documents/WebTest/build /home/maple/Documents/WebTest/build /home/maple/Documents/WebTest/build/CMakeFiles/example.dir/DependInfo.cmake "--color=$(COLOR)"
|
||||
.PHONY : CMakeFiles/example.dir/depend
|
||||
|
||||
12
build/CMakeFiles/example.dir/cmake_clean.cmake
Normal file
12
build/CMakeFiles/example.dir/cmake_clean.cmake
Normal file
@@ -0,0 +1,12 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/example.dir/link.d"
|
||||
"CMakeFiles/example.dir/src/main.c.o"
|
||||
"CMakeFiles/example.dir/src/main.c.o.d"
|
||||
"example"
|
||||
"example.pdb"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/example.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
55
build/CMakeFiles/example.dir/compiler_depend.internal
Normal file
55
build/CMakeFiles/example.dir/compiler_depend.internal
Normal file
@@ -0,0 +1,55 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
CMakeFiles/example.dir/src/main.c.o
|
||||
/home/maple/Documents/WebTest/src/main.c
|
||||
/home/maple/Documents/WebTest/data/cube.png.h
|
||||
/usr/include/bits/floatn-common.h
|
||||
/usr/include/bits/floatn.h
|
||||
/usr/include/bits/flt-eval-method.h
|
||||
/usr/include/bits/fp-fast.h
|
||||
/usr/include/bits/fp-logb.h
|
||||
/usr/include/bits/iscanonical.h
|
||||
/usr/include/bits/libc-header-start.h
|
||||
/usr/include/bits/libm-simd-decl-stubs.h
|
||||
/usr/include/bits/long-double.h
|
||||
/usr/include/bits/math-vector.h
|
||||
/usr/include/bits/mathcalls-helper-functions.h
|
||||
/usr/include/bits/mathcalls-macros.h
|
||||
/usr/include/bits/mathcalls-narrow.h
|
||||
/usr/include/bits/mathcalls.h
|
||||
/usr/include/bits/time64.h
|
||||
/usr/include/bits/timesize.h
|
||||
/usr/include/bits/types.h
|
||||
/usr/include/bits/typesizes.h
|
||||
/usr/include/bits/wordsize.h
|
||||
/usr/include/features-time64.h
|
||||
/usr/include/features.h
|
||||
/usr/include/gnu/stubs-64.h
|
||||
/usr/include/gnu/stubs.h
|
||||
/usr/include/math.h
|
||||
/usr/include/raylib.h
|
||||
/usr/include/raymath.h
|
||||
/usr/include/stdc-predef.h
|
||||
/usr/include/sys/cdefs.h
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include/stdarg.h
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include/stdbool.h
|
||||
|
||||
example
|
||||
/usr/lib/Scrt1.o
|
||||
/usr/lib/crti.o
|
||||
/usr/lib/crtn.o
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a
|
||||
/usr/lib/ld-linux-x86-64.so.2
|
||||
/usr/lib/libc.so
|
||||
/usr/lib/libc.so.6
|
||||
/usr/lib/libc_nonshared.a
|
||||
/usr/lib/libgcc_s.so
|
||||
/usr/lib/libgcc_s.so.1
|
||||
/usr/lib/libm.so.6
|
||||
/usr/lib/libraylib.so
|
||||
/usr/lib32/libm.so.6
|
||||
/home/maple/Documents/WebTest/build/CMakeFiles/example.dir/src/main.c.o
|
||||
|
||||
149
build/CMakeFiles/example.dir/compiler_depend.make
Normal file
149
build/CMakeFiles/example.dir/compiler_depend.make
Normal file
@@ -0,0 +1,149 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
CMakeFiles/example.dir/src/main.c.o: /home/maple/Documents/WebTest/src/main.c \
|
||||
/home/maple/Documents/WebTest/data/cube.png.h \
|
||||
/usr/include/bits/floatn-common.h \
|
||||
/usr/include/bits/floatn.h \
|
||||
/usr/include/bits/flt-eval-method.h \
|
||||
/usr/include/bits/fp-fast.h \
|
||||
/usr/include/bits/fp-logb.h \
|
||||
/usr/include/bits/iscanonical.h \
|
||||
/usr/include/bits/libc-header-start.h \
|
||||
/usr/include/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/bits/long-double.h \
|
||||
/usr/include/bits/math-vector.h \
|
||||
/usr/include/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/bits/mathcalls-macros.h \
|
||||
/usr/include/bits/mathcalls-narrow.h \
|
||||
/usr/include/bits/mathcalls.h \
|
||||
/usr/include/bits/time64.h \
|
||||
/usr/include/bits/timesize.h \
|
||||
/usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h \
|
||||
/usr/include/bits/wordsize.h \
|
||||
/usr/include/features-time64.h \
|
||||
/usr/include/features.h \
|
||||
/usr/include/gnu/stubs-64.h \
|
||||
/usr/include/gnu/stubs.h \
|
||||
/usr/include/math.h \
|
||||
/usr/include/raylib.h \
|
||||
/usr/include/raymath.h \
|
||||
/usr/include/stdc-predef.h \
|
||||
/usr/include/sys/cdefs.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include/stdarg.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include/stdbool.h
|
||||
|
||||
example: /usr/lib/Scrt1.o \
|
||||
/usr/lib/crti.o \
|
||||
/usr/lib/crtn.o \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a \
|
||||
/usr/lib/ld-linux-x86-64.so.2 \
|
||||
/usr/lib/libc.so \
|
||||
/usr/lib/libc.so.6 \
|
||||
/usr/lib/libc_nonshared.a \
|
||||
/usr/lib/libgcc_s.so \
|
||||
/usr/lib/libgcc_s.so.1 \
|
||||
/usr/lib/libm.so.6 \
|
||||
/usr/lib/libraylib.so \
|
||||
/usr/lib32/libm.so.6 \
|
||||
CMakeFiles/example.dir/src/main.c.o
|
||||
|
||||
|
||||
CMakeFiles/example.dir/src/main.c.o:
|
||||
|
||||
/usr/lib32/libm.so.6:
|
||||
|
||||
/usr/lib/libraylib.so:
|
||||
|
||||
/usr/lib/libgcc_s.so.1:
|
||||
|
||||
/usr/lib/libgcc_s.so:
|
||||
|
||||
/usr/lib/libc_nonshared.a:
|
||||
|
||||
/usr/lib/libc.so.6:
|
||||
|
||||
/usr/lib/libc.so:
|
||||
|
||||
/usr/lib/libm.so.6:
|
||||
|
||||
/usr/lib/ld-linux-x86-64.so.2:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o:
|
||||
|
||||
/usr/lib/Scrt1.o:
|
||||
|
||||
/usr/lib/crti.o:
|
||||
|
||||
/usr/include/bits/mathcalls-helper-functions.h:
|
||||
|
||||
/usr/include/bits/types.h:
|
||||
|
||||
/usr/include/bits/libc-header-start.h:
|
||||
|
||||
/usr/include/bits/iscanonical.h:
|
||||
|
||||
/usr/include/bits/mathcalls-macros.h:
|
||||
|
||||
/usr/include/bits/time64.h:
|
||||
|
||||
/usr/include/bits/flt-eval-method.h:
|
||||
|
||||
/usr/include/gnu/stubs-64.h:
|
||||
|
||||
/usr/include/bits/floatn.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include/stdbool.h:
|
||||
|
||||
/usr/include/bits/fp-logb.h:
|
||||
|
||||
/usr/include/bits/long-double.h:
|
||||
|
||||
/usr/include/bits/libm-simd-decl-stubs.h:
|
||||
|
||||
/usr/include/bits/floatn-common.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a:
|
||||
|
||||
/usr/lib/crtn.o:
|
||||
|
||||
/usr/include/bits/fp-fast.h:
|
||||
|
||||
/home/maple/Documents/WebTest/data/cube.png.h:
|
||||
|
||||
/home/maple/Documents/WebTest/src/main.c:
|
||||
|
||||
/usr/include/features-time64.h:
|
||||
|
||||
/usr/include/bits/mathcalls.h:
|
||||
|
||||
/usr/include/bits/typesizes.h:
|
||||
|
||||
/usr/include/bits/wordsize.h:
|
||||
|
||||
/usr/include/bits/mathcalls-narrow.h:
|
||||
|
||||
/usr/include/features.h:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include/stdarg.h:
|
||||
|
||||
/usr/include/gnu/stubs.h:
|
||||
|
||||
/usr/include/bits/math-vector.h:
|
||||
|
||||
/usr/include/math.h:
|
||||
|
||||
/usr/include/raylib.h:
|
||||
|
||||
/usr/include/raymath.h:
|
||||
|
||||
/usr/include/sys/cdefs.h:
|
||||
|
||||
/usr/include/bits/timesize.h:
|
||||
|
||||
/usr/include/stdc-predef.h:
|
||||
2
build/CMakeFiles/example.dir/compiler_depend.ts
Normal file
2
build/CMakeFiles/example.dir/compiler_depend.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Timestamp file for compiler generated dependencies management for example.
|
||||
2
build/CMakeFiles/example.dir/depend.make
Normal file
2
build/CMakeFiles/example.dir/depend.make
Normal file
@@ -0,0 +1,2 @@
|
||||
# Empty dependencies file for example.
|
||||
# This may be replaced when dependencies are built.
|
||||
10
build/CMakeFiles/example.dir/flags.make
Normal file
10
build/CMakeFiles/example.dir/flags.make
Normal file
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Unix Makefiles" Generator, CMake Version 4.1
|
||||
|
||||
# compile C with /usr/bin/cc
|
||||
C_DEFINES =
|
||||
|
||||
C_INCLUDES =
|
||||
|
||||
C_FLAGS = -I/usr/include
|
||||
|
||||
91
build/CMakeFiles/example.dir/link.d
Normal file
91
build/CMakeFiles/example.dir/link.d
Normal file
@@ -0,0 +1,91 @@
|
||||
example: \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o \
|
||||
CMakeFiles/example.dir/src/main.c.o \
|
||||
/usr/lib/libraylib.so \
|
||||
/usr/lib/libraylib.so \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a \
|
||||
/usr/lib/libgcc_s.so \
|
||||
/usr/lib/libgcc_s.so \
|
||||
/usr/lib/libgcc_s.so \
|
||||
/usr/lib/libgcc_s.so.1 \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a \
|
||||
/usr/lib/libc.so \
|
||||
/usr/lib/libc.so \
|
||||
/usr/lib/libc.so \
|
||||
/usr/lib/libc.so.6 \
|
||||
/usr/lib/libc_nonshared.a \
|
||||
/usr/lib/ld-linux-x86-64.so.2 \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a \
|
||||
/usr/lib/libgcc_s.so \
|
||||
/usr/lib/libgcc_s.so \
|
||||
/usr/lib/libgcc_s.so \
|
||||
/usr/lib/libgcc_s.so.1 \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o \
|
||||
/usr/lib32/libm.so.6 \
|
||||
/usr/lib/libm.so.6 \
|
||||
/usr/lib/libgcc_s.so.1 \
|
||||
/usr/lib/ld-linux-x86-64.so.2
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crti.o:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtbeginS.o:
|
||||
|
||||
CMakeFiles/example.dir/src/main.c.o:
|
||||
|
||||
/usr/lib/libraylib.so:
|
||||
|
||||
/usr/lib/libraylib.so:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a:
|
||||
|
||||
/usr/lib/libgcc_s.so:
|
||||
|
||||
/usr/lib/libgcc_s.so:
|
||||
|
||||
/usr/lib/libgcc_s.so:
|
||||
|
||||
/usr/lib/libgcc_s.so.1:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a:
|
||||
|
||||
/usr/lib/libc.so:
|
||||
|
||||
/usr/lib/libc.so:
|
||||
|
||||
/usr/lib/libc.so:
|
||||
|
||||
/usr/lib/libc.so.6:
|
||||
|
||||
/usr/lib/libc_nonshared.a:
|
||||
|
||||
/usr/lib/ld-linux-x86-64.so.2:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a:
|
||||
|
||||
/usr/lib/libgcc_s.so:
|
||||
|
||||
/usr/lib/libgcc_s.so:
|
||||
|
||||
/usr/lib/libgcc_s.so:
|
||||
|
||||
/usr/lib/libgcc_s.so.1:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/libgcc.a:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/crtendS.o:
|
||||
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/crtn.o:
|
||||
|
||||
/usr/lib32/libm.so.6:
|
||||
|
||||
/usr/lib/libm.so.6:
|
||||
|
||||
/usr/lib/libgcc_s.so.1:
|
||||
|
||||
/usr/lib/ld-linux-x86-64.so.2:
|
||||
1
build/CMakeFiles/example.dir/link.txt
Normal file
1
build/CMakeFiles/example.dir/link.txt
Normal file
@@ -0,0 +1 @@
|
||||
/usr/bin/cc -Wl,--dependency-file=CMakeFiles/example.dir/link.d CMakeFiles/example.dir/src/main.c.o -o example /usr/lib/libraylib.so -L/usr/lib -lraylib
|
||||
3
build/CMakeFiles/example.dir/progress.make
Normal file
3
build/CMakeFiles/example.dir/progress.make
Normal file
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
|
||||
BIN
build/CMakeFiles/example.dir/src/data/test.png.c.o
Normal file
BIN
build/CMakeFiles/example.dir/src/data/test.png.c.o
Normal file
Binary file not shown.
3
build/CMakeFiles/example.dir/src/data/test.png.c.o.d
Normal file
3
build/CMakeFiles/example.dir/src/data/test.png.c.o.d
Normal file
@@ -0,0 +1,3 @@
|
||||
CMakeFiles/example.dir/src/data/test.png.c.o: \
|
||||
/home/maple/Documents/WebTest/src/data/test.png.c \
|
||||
/usr/include/stdc-predef.h
|
||||
BIN
build/CMakeFiles/example.dir/src/main.c.o
Normal file
BIN
build/CMakeFiles/example.dir/src/main.c.o
Normal file
Binary file not shown.
20
build/CMakeFiles/example.dir/src/main.c.o.d
Normal file
20
build/CMakeFiles/example.dir/src/main.c.o.d
Normal file
@@ -0,0 +1,20 @@
|
||||
CMakeFiles/example.dir/src/main.c.o: \
|
||||
/home/maple/Documents/WebTest/src/main.c /usr/include/stdc-predef.h \
|
||||
/usr/include/raylib.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include/stdarg.h \
|
||||
/usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/include/stdbool.h \
|
||||
/usr/include/raymath.h /usr/include/math.h \
|
||||
/usr/include/bits/libc-header-start.h /usr/include/features.h \
|
||||
/usr/include/features-time64.h /usr/include/bits/wordsize.h \
|
||||
/usr/include/bits/timesize.h /usr/include/sys/cdefs.h \
|
||||
/usr/include/bits/long-double.h /usr/include/gnu/stubs.h \
|
||||
/usr/include/gnu/stubs-64.h /usr/include/bits/types.h \
|
||||
/usr/include/bits/typesizes.h /usr/include/bits/time64.h \
|
||||
/usr/include/bits/math-vector.h /usr/include/bits/libm-simd-decl-stubs.h \
|
||||
/usr/include/bits/floatn.h /usr/include/bits/floatn-common.h \
|
||||
/usr/include/bits/flt-eval-method.h /usr/include/bits/fp-logb.h \
|
||||
/usr/include/bits/fp-fast.h /usr/include/bits/mathcalls-macros.h \
|
||||
/usr/include/bits/mathcalls-helper-functions.h \
|
||||
/usr/include/bits/mathcalls.h /usr/include/bits/mathcalls-narrow.h \
|
||||
/usr/include/bits/iscanonical.h \
|
||||
/home/maple/Documents/WebTest/src/../data/cube.png.h
|
||||
Reference in New Issue
Block a user