We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5390c commit c1b9aadCopy full SHA for c1b9aad
CMakeLists.txt
@@ -109,6 +109,8 @@ list(APPEND BPLIB_COMPONENTS
109
bplib_cbor bplib_em bplib_job bplib_mem bplib_pl bplib_time
110
)
111
112
+list(APPEND BPLIB_SRC test.c)
113
+
114
foreach(COMPONENT ${BPLIB_COMPONENTS})
115
list(APPEND BPLIB_SRC
116
$<TARGET_OBJECTS:${COMPONENT}>
test.c
@@ -0,0 +1,7 @@
1
2
+#include "bplib.h"
3
4
+int blah_test(void)
5
+{
6
+ return 0;
7
+}
0 commit comments