File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
8585install (TARGETS xutils DESTINATION lib)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments