summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2024-01-25 18:05:22 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2024-01-25 18:05:22 +0000
commit2e28a11d0401a807c320cc27a8035a84bb97e273 (patch)
tree51d3ca350093f833ef674ecc565265d704ff32aa /Jamroot.jam
parentSingle list of all shader programs (diff)
downloadilt-2e28a11d0401a807c320cc27a8035a84bb97e273.tar.bz2
ilt-2e28a11d0401a807c320cc27a8035a84bb97e273.tar.xz
ilt-2e28a11d0401a807c320cc27a8035a84bb97e273.zip
Define GLM_ENABLE_EXPERIMENTAL
GLM v1 requires this for use of experimental features which may change... We accept this for now.
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index ef2f4c2..de27053 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -69,6 +69,7 @@ lib ilt :
]
:
<define>GLM_FORCE_SWIZZLE
+ <define>GLM_ENABLE_EXPERIMENTAL
<variant>debug:<warnings>pedantic
<variant>debug:<warnings-as-errors>on
<variant>debug:<cflags>-Wnon-virtual-dtor
@@ -98,6 +99,7 @@ lib ilt :
<library>pthread
<library>OpenMeshCore
: :
+ <define>GLM_ENABLE_EXPERIMENTAL
<include>.
<include>lib
<implicit-dependency>thirdparty//glad