Skip to content

Commit 150223a

Browse files
committed
Fixed examples build in automated valgrind tests
1 parent 1b08852 commit 150223a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ add_library(xutils STATIC
5454
./src/crypt/sha1.c
5555
./src/data/array.c
5656
./src/data/hash.c
57+
./src/data/json.c
5758
./src/data/jwt.c
5859
./src/data/list.c
5960
./src/data/map.c
6061
./src/data/buf.c
61-
./src/data/json.c
6262
./src/data/str.c
6363
./src/net/addr.c
6464
./src/net/event.c
@@ -72,14 +72,14 @@ add_library(xutils STATIC
7272
./src/sys/sync.c
7373
./src/sys/pool.c
7474
./src/sys/thread.c
75+
./src/sys/type.c
7576
./src/sys/cli.c
7677
./src/sys/cpu.c
77-
./src/sys/xfs.c
78+
./src/sys/mon.c
7879
./src/sys/log.c
7980
./src/sys/sig.c
81+
./src/sys/xfs.c
8082
./src/sys/xtime.c
81-
./src/sys/mon.c
82-
./src/sys/type.c
8383
)
8484

8585
install(TARGETS xutils DESTINATION lib)

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(SOURCE_FILES
5555
events.c
5656
files.c
5757
json.c
58-
log.c
58+
xlog.c
5959
list.c
6060
ntp.c
6161
jwt.c

0 commit comments

Comments
 (0)