summaryrefslogtreecommitdiffstats
path: root/libbb/CMakeLists.txt
blob: c6196c72168e6b08016bb8f7ec6c16bcce69abf0 (plain)
1
2
3
4
5
6
7
8
9
10
cmake_minimum_required(VERSION 3.10)

PROJECT(libbb C)

ADD_LIBRARY(bb STATIC
	all_read.c concat_path_file.c copy_file.c copy_file_chunk.c gzip.c
	gz_open.c last_char_is.c make_directory.c mode_string.c parse_mode.c
	safe_strncpy.c time_string.c unarchive.c unzip.c wfopen.c xfuncs.c
	xreadlink.c
)