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

27 lines
373 B
CMake

# SPDX-FileCopyrightText: 2008 Blender Foundation
#
# SPDX-License-Identifier: GPL-2.0-or-later
set(INC
include
)
set(INC_SYS
PUBLIC include
)
set(SRC
binreloc.c
include/binreloc.h
)
set(LIB
)
add_definitions(-DENABLE_BINRELOC)
blender_add_lib(extern_binreloc "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
add_library(bf::extern::binreloc ALIAS extern_binreloc)