diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-11-04 17:07:58 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-11-04 17:07:58 +0000 |
commit | 582ac127f763f512c45f35e17b768487e3b51796 (patch) | |
tree | 4b67659fd1a0906649c1f83570ab9cbb30194f75 /Jamroot.jam | |
parent | Reformat test source (diff) | |
download | ilt-582ac127f763f512c45f35e17b768487e3b51796.tar.bz2 ilt-582ac127f763f512c45f35e17b768487e3b51796.tar.xz ilt-582ac127f763f512c45f35e17b768487e3b51796.zip |
Rename TerrainMesh to GeoData to drop inplace
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 8a111ee..ef2f4c2 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -101,6 +101,7 @@ lib ilt : <include>. <include>lib <implicit-dependency>thirdparty//glad + <library>OpenMeshCore ; build-project test ; |