Chore: move mk_wcwidch to 3rdparty folder

This commit is contained in:
李通洲
2023-08-14 20:19:23 +08:00
parent cd4a512291
commit ee4bc2302a
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -601,7 +601,7 @@ endif()
include(CheckFunctionExists)
check_function_exists(wcwidth HAVE_WCWIDTH)
if(NOT HAVE_WCWIDTH)
list(APPEND LIBFASTFETCH_SRC src/util/wcwidth.c)
list(APPEND LIBFASTFETCH_SRC src/3rdparty/mk_wcwidch/wcwidth.c)
endif()
add_library(libfastfetch OBJECT
+7
View File
@@ -0,0 +1,7 @@
{
"home": "https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c",
"license": "Embed in source",
"version": "2007-05-26 (Unicode 5.0)",
"author": "Markus Kuhn",
"modified": "CarterLi"
}