diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-25 18:05:22 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-01-25 18:05:22 +0000 |
commit | 2e28a11d0401a807c320cc27a8035a84bb97e273 (patch) | |
tree | 51d3ca350093f833ef674ecc565265d704ff32aa /Jamroot.jam | |
parent | Single list of all shader programs (diff) | |
download | ilt-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.jam | 2 |
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 |