New modules compiled

This commit is contained in:
2026-04-04 22:26:38 -07:00
parent eec70c21a2
commit 6cf9091c05
29 changed files with 908 additions and 390 deletions

View File

@@ -129,6 +129,19 @@ radar_simulation/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/radar_simulation.dir/build.make CMakeFiles/radar_simulation.dir/build
.PHONY : radar_simulation/fast
#=============================================================================
# Target rules for targets named copy_shaders
# Build rule for target.
copy_shaders: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 copy_shaders
.PHONY : copy_shaders
# fast build rule for target.
copy_shaders/fast:
$(MAKE) $(MAKESILENT) -f CMakeFiles/copy_shaders.dir/build.make CMakeFiles/copy_shaders.dir/build
.PHONY : copy_shaders/fast
glad/src/glad.o: glad/src/glad.c.o
.PHONY : glad/src/glad.o
@@ -185,6 +198,7 @@ help:
@echo "... depend"
@echo "... edit_cache"
@echo "... rebuild_cache"
@echo "... copy_shaders"
@echo "... radar_simulation"
@echo "... glad/src/glad.o"
@echo "... glad/src/glad.i"