We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda5f9 commit c84dc65Copy full SHA for c84dc65
src/cbor.cpp
@@ -6,8 +6,6 @@
6
#include <iostream>
7
#include <fstream>
8
9
-#define printf_err(level, ...) fprintf(stderr, __VA_ARGS__)
10
-
11
#include "options.h"
12
#include "libmerc/cbor.hpp"
13
#include "libmerc/fdc.hpp"
src/libmerc/CMakeLists.txt
@@ -319,7 +319,7 @@ set(cbor_src
319
)
320
add_executable(cbor ${cbor_src})
321
target_compile_options(cbor PUBLIC ${LIBMERC_COMPILE_OPT})
322
-target_link_libraries(cbor ZLIB::ZLIB)
+target_link_libraries(cbor libmerc_static ZLIB::ZLIB)
323
# }
324
325
0 commit comments