summaryrefslogtreecommitdiffstats
path: root/include/mm.hpp
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-02-11 12:48:58 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-02-11 12:48:58 +0100
commit94d90dd045463a540fe14880b1c04e2ce44a1efe (patch)
tree90be7ed7f773d2d627341281373fd22473db21aa /include/mm.hpp
parentAdd CMake configuration, delete ninja files (diff)
downloadlibmm-94d90dd045463a540fe14880b1c04e2ce44a1efe.tar.gz
libmm-94d90dd045463a540fe14880b1c04e2ce44a1efe.zip
CMakeLists: include fixes, include tree structure modified
Diffstat (limited to 'include/mm.hpp')
-rw-r--r--include/mm.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/mm.hpp b/include/mm.hpp
deleted file mode 100644
index 7e9f02b..0000000
--- a/include/mm.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-/* MiniMath
- * A mathematical vector library that (ab)uses modern C++ abstraction features.
- * This header includes the entire library.
- *
- * Warning: having (ab)used a lot of templated code it is not recommended to
- * include everything as it may slow down the compiler.
- */
-
-#include "mm/mmvec.hpp"