Add Chromium-only Blender WebEngine parity work
This commit is contained in:
7
blender-5.2.0/extern/json/CMakeLists.txt
vendored
Normal file
7
blender-5.2.0/extern/json/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2026 Blender Foundation
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
add_library(extern_json INTERFACE)
|
||||
target_include_directories(extern_json SYSTEM INTERFACE "include")
|
||||
add_library(bf::extern::json ALIAS extern_json)
|
||||
Reference in New Issue
Block a user