From 309a2c0db4c51e83dfe05668d114db2b63e72723 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 26 Oct 2018 15:31:04 +0900 Subject: [PATCH] specify C header files for cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)