Add Chromium-only Blender WebEngine parity work
This commit is contained in:
38
blender-5.2.0/intern/dualcon/CMakeLists.txt
Normal file
38
blender-5.2.0/intern/dualcon/CMakeLists.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
# SPDX-FileCopyrightText: 2002-2022 Blender Authors
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
set(INC
|
||||
.
|
||||
intern
|
||||
../guardedalloc
|
||||
)
|
||||
|
||||
set(INC_SYS
|
||||
)
|
||||
|
||||
set(SRC
|
||||
intern/manifold_table.cpp
|
||||
intern/marching_cubes_table.cpp
|
||||
intern/octree.cpp
|
||||
intern/Projections.cpp
|
||||
|
||||
intern/cubes.h
|
||||
intern/GeoCommon.h
|
||||
intern/manifold_table.h
|
||||
intern/marching_cubes_table.h
|
||||
intern/MemoryAllocator.h
|
||||
intern/ModelReader.h
|
||||
intern/octree.h
|
||||
intern/Projections.h
|
||||
intern/Queue.h
|
||||
|
||||
intern/dualcon_c_api.cpp
|
||||
dualcon.h
|
||||
)
|
||||
|
||||
set(LIB
|
||||
PRIVATE bf::dependencies::eigen
|
||||
)
|
||||
|
||||
blender_add_lib(bf_intern_dualcon "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|
||||
Reference in New Issue
Block a user