diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-05 16:48:59 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-05 16:48:59 +0200 |
commit | 68471e5800b81285453a26547721d264dbcf49b9 (patch) | |
tree | b583df193179f5d5a2cee34d5d5dab61210148f6 /lib/mpack/CMakeLists.txt | |
parent | d9093e3245f9619850cea391adcad1a12164d38e (diff) |
add `mpack_read_remaining_bytes` function to mpack
Diffstat (limited to 'lib/mpack/CMakeLists.txt')
-rw-r--r-- | lib/mpack/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mpack/CMakeLists.txt b/lib/mpack/CMakeLists.txt index 0a904b0..0e4359d 100644 --- a/lib/mpack/CMakeLists.txt +++ b/lib/mpack/CMakeLists.txt @@ -16,8 +16,10 @@ add_library(mpack STATIC src/src/mpack/mpack-platform.c src/src/mpack/mpack-reader.c src/src/mpack/mpack-writer.c + read-remaining.c ) target_include_directories(mpack SYSTEM INTERFACE + . src/src/mpack ) |