summaryrefslogtreecommitdiff
path: root/test/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-10-28 02:34:45 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-10-28 12:35:11 +0100
commit16bec12e3e75e95d251745f904ac4e15af9c9724 (patch)
treefb4c24204dd1ff71fc55fb0b8a1eb909a35046fb /test/Jamfile.jam
parentMove OpenMesh/GLM compatibility structs to common place (diff)
downloadilt-16bec12e3e75e95d251745f904ac4e15af9c9724.tar.bz2
ilt-16bec12e3e75e95d251745f904ac4e15af9c9724.tar.xz
ilt-16bec12e3e75e95d251745f904ac4e15af9c9724.zip
Initial OpenMesh based terrain data and tests
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r--test/Jamfile.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam
index e221af7..eab3996 100644
--- a/test/Jamfile.jam
+++ b/test/Jamfile.jam
@@ -60,6 +60,7 @@ run test-worker.cpp ;
run test-instancing.cpp : : : <library>test ;
run test-glContainer.cpp : : : <library>test ;
run test-pack.cpp : : : <library>test ;
+run test-terrain.cpp : : : <library>test <library>..//OpenMeshCore ;
compile test-static-enumDetails.cpp ;
compile test-static-stream_support.cpp ;
explicit perf-assetFactory ;