aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls.hpp
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-02-03 10:24:38 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-02-03 10:24:38 +0800
commitd6f04bcb152c4f57553cd6b20c3c4c660dbecd4d (patch)
tree9fc6d7ae5e59d8ecc5a64b87f7811f6e84cbdbe6 /include/bls.hpp
parent38dbea3d9969de39580818e71985f0d7c9b8f58f (diff)
downloaddexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.tar.gz
dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.tar.zst
dexon-bls-d6f04bcb152c4f57553cd6b20c3c4c660dbecd4d.zip
add mk.bat and mklib.bat for windows
Diffstat (limited to 'include/bls.hpp')
-rw-r--r--include/bls.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bls.hpp b/include/bls.hpp
index cf4ea23..8122e09 100644
--- a/include/bls.hpp
+++ b/include/bls.hpp
@@ -11,6 +11,10 @@
#include <iosfwd>
#include <stdint.h>
+#ifdef _MSC_VER
+ #pragma comment(lib, "bls.lib")
+#endif
+
namespace bls {
namespace impl {