mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-22 06:35:07 +00:00
Merge https://github.com/nigels-com/glew.git into master HEAD at Sat Oct 7 00:01:15 GMT 2023
This commit is contained in:
commit
5aa27cf7d4
@ -92,15 +92,15 @@ OpenGL-Registry/.dummy:
|
||||
@echo "--------------------------------------------------------------------"
|
||||
@echo "Downloading OpenGL-Registry"
|
||||
@echo "--------------------------------------------------------------------"
|
||||
git clone $(REPO_OPENGL) OpenGL-Registry
|
||||
git clone --branch glew $(REPO_GLFIXES) glfixes
|
||||
git clone --depth=1 $(REPO_OPENGL) OpenGL-Registry
|
||||
git clone --depth=1 --branch glew $(REPO_GLFIXES) glfixes
|
||||
touch $@
|
||||
|
||||
EGL-Registry/.dummy:
|
||||
@echo "--------------------------------------------------------------------"
|
||||
@echo "Downloading EGL-Registry"
|
||||
@echo "--------------------------------------------------------------------"
|
||||
git clone $(REPO_EGL) EGL-Registry
|
||||
git clone --depth=1 $(REPO_EGL) EGL-Registry
|
||||
touch $@
|
||||
|
||||
$(EXT)/.dummy: OpenGL-Registry/.dummy EGL-Registry/.dummy
|
||||
|
Loading…
Reference in New Issue
Block a user