mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-04-04 16:02:08 +00:00
added missing version file
This commit is contained in:
parent
45ee15bfb1
commit
b9d26139bb
7
config/version
Normal file
7
config/version
Normal file
@ -0,0 +1,7 @@
|
||||
GLEW_MAJOR = 2
|
||||
GLEW_MINOR = 2
|
||||
GLEW_MICRO = 0
|
||||
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
|
||||
GLEW_NAME = GLEW
|
||||
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
|
||||
SO_VERSION = $(GLEW_VERSION)
|
Loading…
Reference in New Issue
Block a user