aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/glm/source/test/gtc/gtc_reciprocal.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/glm/source/test/gtc/gtc_reciprocal.cpp')
-rw-r--r--3rdparty/glm/source/test/gtc/gtc_reciprocal.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/3rdparty/glm/source/test/gtc/gtc_reciprocal.cpp b/3rdparty/glm/source/test/gtc/gtc_reciprocal.cpp
new file mode 100644
index 0000000..5158413
--- /dev/null
+++ b/3rdparty/glm/source/test/gtc/gtc_reciprocal.cpp
@@ -0,0 +1,8 @@
+#include <glm/gtc/reciprocal.hpp>
+#include <ctime>
+
+int main()
+{
+ return 0;
+}
+