blob: 1619f953c34f931e20139cc957cf01d6e79a0875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# SPDX-FileCopyrightText: 2024 Rafael G. Martins <rafael@rafaelmartins.eng.br>
# SPDX-License-Identifier: BSD-3-Clause
add_library(libblogc_common STATIC
compat.c
compat.h
config-parser.c
config-parser.h
error.c
error.h
file.c
file.h
sort.c
sort.h
stdin.c
stdin.h
utf8.c
utf8.h
utils.c
utils.h
)
|