Ajout version Release/x64 avec les libraries x64 et tuning de la version Debug
This commit is contained in:
7
SQCSim2021/external/glew210/config/version
vendored
Normal file
7
SQCSim2021/external/glew210/config/version
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
GLEW_MAJOR = 2
|
||||
GLEW_MINOR = 1
|
||||
GLEW_MICRO = 0
|
||||
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
||||
GLEW_NAME = GLEW
|
||||
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
|
||||
SO_VERSION = $(GLEW_VERSION)
|
Reference in New Issue
Block a user