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

8 lines
247 B
CMake

# 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)