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