aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-04-03 10:52:53 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-04-03 10:52:53 +0800
commit2034493de18a0d98edf4e055b560c22676566f0e (patch)
tree7f9ecbbc2c676974a8d70c59a6a8a30ffbf48255 /include
parente93fda860bf3b798f6a02ee806da6693a725dd2f (diff)
downloaddexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.gz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.bz2
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.lz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.xz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.zst
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.zip
add vcproj files
Diffstat (limited to 'include')
-rw-r--r--include/bls.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bls.hpp b/include/bls.hpp
index b7c77a6..7b2a673 100644
--- a/include/bls.hpp
+++ b/include/bls.hpp
@@ -15,6 +15,7 @@
#include <stdint.h>
#ifdef _MSC_VER
+ #pragma comment(lib, "mcl.lib")
#pragma comment(lib, "bls.lib")
#endif