diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-12-13 10:32:18 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-12-13 10:32:18 +0800 |
commit | 731e67cbdaef3b805b425186e07c387cecaa97be (patch) | |
tree | e8af3adb226938330561cba81b04997d45385429 | |
parent | 8b96a3c3324d0dd688a232bddce4e7b4649fea8e (diff) | |
download | tangerine-mcl-731e67cbdaef3b805b425186e07c387cecaa97be.tar.gz tangerine-mcl-731e67cbdaef3b805b425186e07c387cecaa97be.tar.zst tangerine-mcl-731e67cbdaef3b805b425186e07c387cecaa97be.zip |
cmake install bn_c_impl.hpp
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7590664..58171f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,6 +104,7 @@ if(NOT MSVC) install(TARGETS mcl_dy DESTINATION lib) endif() install(FILES ${MCL_HEADERS} DESTINATION include/mcl) +install(FILES include/mcl/impl/bn_c_impl.hpp DESTINATION include/mcl/impl) install(FILES ${CYBOZULIB_HEADERS} DESTINATION include/cybozu) set(TEST_BASE fp_test ec_test fp_util_test window_method_test elgamal_test fp_tower_test gmp_test bn_test glv_test) |