mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-14 17:59:17 -05:00
REVIEWED: Installed libraries #5550
This commit is contained in:
@ -841,6 +841,7 @@ ifeq ($(ROOT),root)
|
|||||||
# Copying raylib development files to $(RAYLIB_H_INSTALL_PATH).
|
# Copying raylib development files to $(RAYLIB_H_INSTALL_PATH).
|
||||||
cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h
|
cp --update raylib.h $(RAYLIB_H_INSTALL_PATH)/raylib.h
|
||||||
cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h
|
cp --update raymath.h $(RAYLIB_H_INSTALL_PATH)/raymath.h
|
||||||
|
cp --update rcamera.h $(RAYLIB_H_INSTALL_PATH)/rcamera.h
|
||||||
cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
cp --update rlgl.h $(RAYLIB_H_INSTALL_PATH)/rlgl.h
|
||||||
@echo "raylib development files installed/updated!"
|
@echo "raylib development files installed/updated!"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user