diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-30 13:27:39 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-30 19:13:54 +0100 |
commit | 914fd31f5ce90d0660efe2c418586d9c77c26f66 (patch) | |
tree | 105b8bdde5e13d0e30b66a3d0ecba331c6f853d8 /test/Jamfile.jam | |
parent | Rename strings.h to something that won't conflict with a system header (diff) | |
download | ilt-914fd31f5ce90d0660efe2c418586d9c77c26f66.tar.bz2 ilt-914fd31f5ce90d0660efe2c418586d9c77c26f66.tar.xz ilt-914fd31f5ce90d0660efe2c418586d9c77c26f66.zip |
Initial commit of glContainer
A std::vector like container backed by an OpenGL buffer.
Diffstat (limited to 'test/Jamfile.jam')
-rw-r--r-- | test/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Jamfile.jam b/test/Jamfile.jam index 1ce73b7..fb9a996 100644 --- a/test/Jamfile.jam +++ b/test/Jamfile.jam @@ -58,6 +58,7 @@ run perf-assetFactory.cpp : -- : test-assetFactory : <library>benchmark <library run perf-persistence.cpp : -- : test-persistence : <library>benchmark <library>test ; run test-worker.cpp ; run test-instancing.cpp : : : <library>test ; +run test-glContainer.cpp : : : <library>test ; compile test-static-enumDetails.cpp ; compile test-static-stream_support.cpp ; explicit perf-assetFactory ; |