Skip to content

Commit

Permalink
Fixed CMake build and updated .exp file
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Aug 23, 2024
1 parent f8a91ea commit a74d037
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Fleece/Support/Fleece.exp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ _FLValue_ToJSON5
_FLValue_FindDoc
_FLValue_Retain
_FLValue_Release
_FLValue_NewWithFormat
_FLValue_NewWithFormatV
_FLValue_UpdateWithFormatV

_FLData_ConvertJSON
_FLJSON5_ToJSON
Expand All @@ -85,6 +88,7 @@ _FLMutableArray_Remove
_FLMutableArray_Resize
_FLMutableArray_GetMutableArray
_FLMutableArray_GetMutableDict
_FLMutableArray_UpdateWithFormat

_FLDict_Count
_FLDict_IsEmpty
Expand All @@ -111,6 +115,7 @@ _FLMutableDict_Remove
_FLMutableDict_RemoveAll
_FLMutableDict_GetMutableArray
_FLMutableDict_GetMutableDict
_FLMutableDict_UpdateWithFormat

_FLSlot_SetNull
_FLSlot_SetBool
Expand Down Expand Up @@ -158,6 +163,9 @@ _FLEncoder_FinishItem
_FLEncoder_GetBase
_FLEncoder_GetNextWritePos
_FLEncoder_SuppressTrailer
_FLEncoder_ConvertJSON
_FLEncoder_WriteFormatted
_FLEncoder_WriteFormattedArgs

_FLKeyPath_New
_FLKeyPath_Free
Expand Down
1 change: 1 addition & 0 deletions cmake/platform_base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function(set_source_files_base)
set(
${BASE_SSS_RESULT}
Fleece/API_Impl/Fleece.cc
Fleece/API_Impl/FLEncoder.cc
Fleece/API_Impl/FLSlice.cc
Fleece/Core/Array.cc
Fleece/Core/Builder.cc
Expand Down

0 comments on commit a74d037

Please sign in to comment.