aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtx/gtx_projection.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/source/test/gtx/gtx_projection.cpp')
-rw-r--r--3rdparty/glm/source/test/gtx/gtx_projection.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty/glm/source/test/gtx/gtx_projection.cpp b/3rdparty/glm/source/test/gtx/gtx_projection.cpp
new file mode 100644
index 0000000..8f9f772
--- /dev/null
+++ b/3rdparty/glm/source/test/gtx/gtx_projection.cpp
@@ -0,0 +1,9 @@
+#define GLM_ENABLE_EXPERIMENTAL
+#include <glm/gtx/projection.hpp>
+
+int main()
+{
+ int Error(0);
+
+ return Error;
+}