Files
workinf_Blender_Wasm/blender-5.2.0/extern/wcwidth/CMakeLists.txt
2026-08-12 04:47:48 -04:00

24 lines
311 B
CMake

# SPDX-FileCopyrightText: 2013 Blender Foundation
#
# SPDX-License-Identifier: GPL-2.0-or-later
set(INC
.
)
set(INC_SYS
PUBLIC .
)
set(SRC
wcwidth.c
wcwidth.h
)
set(LIB
)
blender_add_lib(extern_wcwidth "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
add_library(bf::extern::wcwidth ALIAS extern_wcwidth)