build: remove automake/autoconf build system
[oweals/opkg-lede.git] / libbb / CMakeLists.txt
1 cmake_minimum_required(VERSION 2.6)
2
3 PROJECT(libbb C)
4
5 ADD_LIBRARY(bb STATIC
6         all_read.c concat_path_file.c copy_file.c copy_file_chunk.c gzip.c
7         gz_open.c last_char_is.c make_directory.c mode_string.c parse_mode.c
8         safe_strncpy.c time_string.c unarchive.c unzip.c wfopen.c xfuncs.c
9         xreadlink.c
10 )