Skip to content

Commit

Permalink
Fix cmakelists source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Oct 31, 2024
1 parent dce9d1f commit 6280ed5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,31 +114,39 @@ target_sources(${LIB_NAME}
src/ffi_go/ir/deserializer.h
src/ffi_go/ir/serializer.h
PRIVATE
${clp_SOURCE_DIR}/clp/ffi/SchemaTree.cpp
${clp_SOURCE_DIR}/clp/ir/parsing.cpp
${clp_SOURCE_DIR}/clp/ReaderInterface.cpp
${clp_SOURCE_DIR}/clp/BufferReader.cpp
${clp_SOURCE_DIR}/clp/BufferReader.hpp
${clp_SOURCE_DIR}/clp/Defs.h
${clp_SOURCE_DIR}/clp/ErrorCode.hpp
${clp_SOURCE_DIR}/clp/ReaderInterface.hpp
${clp_SOURCE_DIR}/clp/ffi/encoding_methods.cpp
${clp_SOURCE_DIR}/clp/ffi/encoding_methods.hpp
${clp_SOURCE_DIR}/clp/ffi/encoding_methods.inc
${clp_SOURCE_DIR}/clp/ffi/KeyValuePairLogEvent.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/byteswap.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/Deserializer.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/encoding_methods.cpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/encoding_methods.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/decoding_methods.cpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/decoding_methods.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/decoding_methods.inc
${clp_SOURCE_DIR}/clp/ffi/ir_stream/ir_unit_deserialization_methods.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/IrUnitHandlerInterface.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/IrUnitType.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/protocol_constants.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/Serializer.cpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/Serializer.hpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/utils.cpp
${clp_SOURCE_DIR}/clp/ffi/ir_stream/utils.hpp
${clp_SOURCE_DIR}/clp/ir/parsing.cpp
${clp_SOURCE_DIR}/clp/ir/parsing.hpp
${clp_SOURCE_DIR}/clp/ffi/SchemaTree.hpp
${clp_SOURCE_DIR}/clp/ffi/Value.hpp
${clp_SOURCE_DIR}/clp/ir/EncodedTextAst.hpp
${clp_SOURCE_DIR}/clp/ir/parsing.inc
${clp_SOURCE_DIR}/clp/ir/parsing.hpp
${clp_SOURCE_DIR}/clp/ir/types.hpp
${clp_SOURCE_DIR}/clp/ReaderInterface.cpp
${clp_SOURCE_DIR}/clp/ReaderInterface.hpp
${clp_SOURCE_DIR}/clp/string_utils/string_utils.cpp
${clp_SOURCE_DIR}/clp/string_utils/string_utils.hpp
${clp_SOURCE_DIR}/clp/TraceableException.hpp
Expand Down
Binary file modified lib/libclp_ffi_linux_amd64.a
Binary file not shown.

0 comments on commit 6280ed5

Please sign in to comment.