Skip to content

Commit

Permalink
Add placeholder logging_t unit
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkh-fb committed Dec 21, 2023
1 parent df11551 commit 7947170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ set(COSIGNER_FILES
cosigner/eddsa_online_signing_service.cpp
cosigner/mta.cpp
cosigner/utils.cpp
logging/logging_t.c
)

add_library(cosigner SHARED ${COSIGNER_FILES})
Expand Down
1 change: 1 addition & 0 deletions src/common/logging/logging_t.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "logging/logging_t.h"

0 comments on commit 7947170

Please sign in to comment.