ncftp: bump version to 3.2.6
[buildroot-gz.git] / package / glm / glm.mk
blobff9423da175994ec821aee0a2dc403d08195e30d
1 ################################################################################
3 # glm
5 ################################################################################
7 GLM_VERSION = 0.9.5.4
8 GLM_SITE = $(call github,g-truc,glm,$(GLM_VERSION))
9 GLM_LICENSE = MIT
10 GLM_LICENSE_FILES = copying.txt
12 # GLM is a header-only library, it only makes sense
13 # to have it installed into the staging directory.
14 GLM_INSTALL_STAGING = YES
15 GLM_INSTALL_TARGET = NO
17 $(eval $(cmake-package))