X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=libbb%2FCMakeLists.txt;fp=libbb%2FCMakeLists.txt;h=0eb84fb8eccf05f2b4806daa91cb12a23f3eb440;hb=e6e6c5a216340fc3238155163f2486f457d87e90;hp=0000000000000000000000000000000000000000;hpb=863a21b5c6db1481fdd12a76d700543520288e49;p=project%2Fopkg-lede.git diff --git a/libbb/CMakeLists.txt b/libbb/CMakeLists.txt new file mode 100644 index 0000000..0eb84fb --- /dev/null +++ b/libbb/CMakeLists.txt @@ -0,0 +1,10 @@ +cmake_minimum_required(VERSION 2.6) + +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 +)