Skip to content

Commit 207bfdc

Browse files
committed
Update branches
1 parent f694967 commit 207bfdc

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

CMakeInputs/unittest.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,10 @@ target_sources(unittest PRIVATE
6767
"${DIR_UNITTESTS}/sign-verify/ecdsa-sign-verify-tests/test-secp256k1-def.h"
6868
"${DIR_UNITTESTS}/sign-verify/ecdsa-sign-verify-tests/test-secp256k1-def.c"
6969
)
70+
71+
#target_sources(unittest PRIVATE
72+
# "${DIR_UNITTESTS}/schematized-trust/trust-schema-tests.h"
73+
# "${DIR_UNITTESTS}/schematized-trust/trust-schema-tests.c"
74+
# "${DIR_UNITTESTS}/schematized-trust/trust-schema-tests-def.h"
75+
# "${DIR_UNITTESTS}/schematized-trust/trust-schema-tests-def.c"
76+
#)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/*
2+
* Copyright (C) 2019 Xinyu Ma
3+
*
4+
* This file is subject to the terms and conditions of the GNU Lesser
5+
* General Public License v3.0. See the file LICENSE in the top level
6+
* directory for more details.
7+
*/
8+
9+
#ifndef NDN_UDP_UNICAST_FACE_H_
10+
#define NDN_UDP_UNICAST_FACE_H_
11+
12+
#ifdef __cplusplus
13+
extern "C" {
14+
#endif
15+
16+
17+
18+
#ifdef __cplusplus
19+
}
20+
#endif
21+
22+
#endif

0 commit comments

Comments
 (0)