Add Chromium-only Blender WebEngine parity work
This commit is contained in:
23
blender-5.2.0/extern/wcwidth/CMakeLists.txt
vendored
Normal file
23
blender-5.2.0/extern/wcwidth/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user