Skip to content
Snippets Groups Projects
Commit a30c8963 authored by Philip Trettner's avatar Philip Trettner
Browse files

updated samples

parent 3c93aa3e
No related branches found
No related tags found
No related merge requests found
Pipeline #11527 passed
polymesh @ 384f6594
Subproject commit 622e04156e2bd771d3131a35fb90008c83b807e3 Subproject commit 384f659443ccd40c3bc355d79fd7333d6cf399db
typed-geometry @ d00bebc1
Subproject commit 12b7f4ae7ccf066874388d7223d43868bce7c71c Subproject commit d00bebc1b4e0428a22c89c9c73403e29ed687ae7
#define DOCTEST_CONFIG_IMPLEMENT
#include <doctest.hh> #include <doctest.hh>
int main(int argc, char **argv) int main(int argc, char **argv)
......
#ifdef TG_SUPPORT_CXX17
#include <doctest.hh> #include <doctest.hh>
#include <glm/glm.hpp> #include <glm/glm.hpp>
...@@ -180,5 +178,3 @@ TEST_CASE("Objects.CubePropertiesGlm") ...@@ -180,5 +178,3 @@ TEST_CASE("Objects.CubePropertiesGlm")
m2.assert_consistency(); m2.assert_consistency();
} }
} }
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment