diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-10-26 14:31:04 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-10-26 14:31:04 +0800 |
commit | 309a2c0db4c51e83dfe05668d114db2b63e72723 (patch) | |
tree | f4e21547a17048df055e2b013424a2a0b53392cd | |
parent | b779bf69568ead925a70e6b89b9a447fc7047285 (diff) | |
download | dexon-mcl-309a2c0db4c51e83dfe05668d114db2b63e72723.tar.gz dexon-mcl-309a2c0db4c51e83dfe05668d114db2b63e72723.tar.zst dexon-mcl-309a2c0db4c51e83dfe05668d114db2b63e72723.zip |
specify C header files for cmake
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ac4180..7dc3278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,7 @@ if(NOT MSVC) add_library(mcl_dy SHARED ${SRCS}) endif() -file(GLOB MCL_HEADERS include/mcl/*.hpp include/mcl/*.h) +file(GLOB MCL_HEADERS include/mcl/*.hpp include/mcl/bn.h include/mcl/curve_type.h) file(GLOB CYBOZULIB_HEADERS include/cybozu/*.hpp) install(TARGETS mcl DESTINATION lib) |