Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/lpe/CMakeLists.txt
- This file was added.
| # SPDX-License-Identifier: Apache-2.0 | |||||
| # Copyright 2011-2022 Blender Foundation | |||||
| set(INC | |||||
| .. | |||||
| ) | |||||
| set(INC_SYS | |||||
| ) | |||||
| set(SRC | |||||
| automata.cpp | |||||
| dump.cpp | |||||
| lpeparse.cpp | |||||
| lpexp.cpp | |||||
| ) | |||||
| set(SRC_HEADERS | |||||
| automata.h | |||||
| dump.h | |||||
| json.hpp | |||||
| lpeparse.h | |||||
| lpexp.h | |||||
| ) | |||||
| set(LIB | |||||
| ) | |||||
| include_directories(${INC}) | |||||
| include_directories(SYSTEM ${INC_SYS}) | |||||
| cycles_add_library(cycles_lpe "${LIB}" ${SRC} ${SRC_HEADERS}) | |||||