Skip to content

Commit

Permalink
Improve TinyCBOR static library definition
Browse files Browse the repository at this point in the history
  • Loading branch information
pokusew committed Jan 27, 2025
1 parent dc2bfc5 commit d9b1c11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ add_library(
STATIC
../tinycbor/src/cborerrorstrings.c
../tinycbor/src/cborencoder.c
../tinycbor/src/cborencoder_close_container_checked.c
../tinycbor/src/cborparser.c
../tinycbor/src/cborpretty.c
../tinycbor/src/cbor.h
)
# CTAP2 spec, Section 8. Message Encoding:
# Because some authenticators are memory constrained,
# the depth of nested CBOR structures used by all message encodings
# is limited to at most four (4) levels of any combination of CBOR maps
Expand Down

0 comments on commit d9b1c11

Please sign in to comment.