ff9423da175994ec821aee0a2dc403d08195e30d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / glm / glm.mk
1 ################################################################################
2 #
3 # glm
4 #
5 ################################################################################
6
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
11
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
16
17 $(eval $(cmake-package))