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