cmake install bn_c_impl.hpp

dev
MITSUNARI Shigeo 6 years ago
parent 8b96a3c332
commit 731e67cbda
  1. 1
      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)

Loading…
Cancel
Save