Add missing header in 3rdparty/cephes

release/4.3a0
zzodo 2024-04-25 14:16:36 +09:00 committed by Fan Jiang
parent ac5934822e
commit 0fee5cb76e
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ set(CEPHES_HEADER_FILES
cephes/lanczos.h
cephes/mconf.h
cephes/polevl.h
cephes/sf_error.h)
cephes/sf_error.h
dllexport.h)
# Add header files
install(FILES ${CEPHES_HEADER_FILES} DESTINATION include/gtsam/3rdparty/cephes)