Skip to content

Commit

Permalink
Add missing header in 3rdparty/cephes
Browse files Browse the repository at this point in the history
  • Loading branch information
zzodo authored and ProfFan committed May 12, 2024
1 parent ac59348 commit 0fee5cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gtsam/3rdparty/cephes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0fee5cb

Please sign in to comment.