Skip to content

Commit

Permalink
Add mini sign to Cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Jun 25, 2023
1 parent fa052f7 commit 9a573f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ set(T_COSE_SRC_COMMON
src/t_cose_sign1_verify.c
src/t_cose_util.c
src/t_cose_short_circuit.c
src/t_cose_mini_sign1_sign.c
)

find_package(QCBOR REQUIRED)
Expand Down Expand Up @@ -106,6 +107,7 @@ if (BUILD_TESTS)
test/run_tests.c
test/t_cose_make_test_messages.c
test/t_cose_test.c
test/t_cose_mini_sign1_sign_test.c
)

if (NOT CRYPTO_PROVIDER STREQUAL "Test")
Expand Down

0 comments on commit 9a573f4

Please sign in to comment.