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:
Diffstat (limited to 'intern/cycles/graph/CMakeLists.txt')
-rw-r--r--intern/cycles/graph/CMakeLists.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/intern/cycles/graph/CMakeLists.txt b/intern/cycles/graph/CMakeLists.txt
index bd2b2728a29..c6c46941598 100644
--- a/intern/cycles/graph/CMakeLists.txt
+++ b/intern/cycles/graph/CMakeLists.txt
@@ -1,19 +1,19 @@
set(INC
- ..
+ ..
)
set(SRC
- node.cpp
- node_type.cpp
- node_xml.cpp
+ node.cpp
+ node_type.cpp
+ node_xml.cpp
)
set(SRC_HEADERS
- node.h
- node_enum.h
- node_type.h
- node_xml.h
+ node.h
+ node_enum.h
+ node_type.h
+ node_xml.h
)
set(LIB