Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2016-05-07 21:43:22 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-05-22 18:29:25 +0300
commit226dc75e7791fae379c5b1b3da5a1267f72277f9 (patch)
treead6c223e2e947207c139b74315db7ac968bbedaa /intern/cycles/graph/CMakeLists.txt
parentec51175f1fd6c91d53b0d24daccfd5cc9bddf59d (diff)
Code refactor: add generic Cycles XML node read and write functions.
Differential Revision: https://developer.blender.org/D2016
Diffstat (limited to 'intern/cycles/graph/CMakeLists.txt')
-rw-r--r--intern/cycles/graph/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/graph/CMakeLists.txt b/intern/cycles/graph/CMakeLists.txt
index 401bdb47392..4ea18728f1c 100644
--- a/intern/cycles/graph/CMakeLists.txt
+++ b/intern/cycles/graph/CMakeLists.txt
@@ -7,12 +7,14 @@ set(INC
set(SRC
node.cpp
node_type.cpp
+ node_xml.cpp
)
set(SRC_HEADERS
node.h
node_enum.h
node_type.h
+ node_xml.h
)
include_directories(${INC})