aboutsummaryrefslogtreecommitdiff
path: root/lib/mpack
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 11:35:59 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-26 11:35:59 +0200
commitf35e4886d4036a90617305003959b8b9e6b62f43 (patch)
tree9db3bd37153bd09a77654c2207975212e6b11068 /lib/mpack
parentc3fee7eacd55a3f660f801b6be16bfe67baf4bfa (diff)
consistent CMakeLists.txt indents
Diffstat (limited to 'lib/mpack')
-rw-r--r--lib/mpack/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mpack/CMakeLists.txt b/lib/mpack/CMakeLists.txt
index 4badc7b..7716bce 100644
--- a/lib/mpack/CMakeLists.txt
+++ b/lib/mpack/CMakeLists.txt
@@ -19,11 +19,11 @@ add_library(mpack STATIC
src/src/mpack/mpack-reader.c
src/src/mpack/mpack-writer.c
read-remaining.c
- )
+)
target_include_directories(mpack SYSTEM INTERFACE
.
src/src/mpack
- )
+)
# causes some wild crashes, please leave off
target_compile_definitions(mpack PRIVATE MPACK_READ_TRACKING=0)