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
dch4o committed Apr 25, 2024
1 parent 4abef92 commit 7d0d956
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 7d0d956

Please sign in to comment.