diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-24 23:48:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-24 23:48:20 +0100 |
commit | d903095d973922761071ea675f380f5c4c3cf2ad (patch) | |
tree | c2b8a90cec0bb77dd4d789c96b75ccc694aa79fa /compat/simple-mat.cpp | |
parent | 007f8c41475ddbad34f29593bf0b744ebbca4a2a (diff) |
options, compat: instantiate common templates in their .dll's
Diffstat (limited to 'compat/simple-mat.cpp')
-rw-r--r-- | compat/simple-mat.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/simple-mat.cpp b/compat/simple-mat.cpp new file mode 100644 index 00000000..d00a4157 --- /dev/null +++ b/compat/simple-mat.cpp @@ -0,0 +1,3 @@ +#define OTR_SIMPLE_MAT_TEMPLATE_UNIT + +#include "simple-mat.hpp" |