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 'source/blender/editors/space_userpref/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_userpref/CMakeLists.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/blender/editors/space_userpref/CMakeLists.txt b/source/blender/editors/space_userpref/CMakeLists.txt
index d26766358ca..61fe2bff63f 100644
--- a/source/blender/editors/space_userpref/CMakeLists.txt
+++ b/source/blender/editors/space_userpref/CMakeLists.txt
@@ -16,13 +16,13 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- ../include
- ../../blenkernel
- ../../blenlib
- ../../makesdna
- ../../makesrna
- ../../windowmanager
- ../../../../intern/guardedalloc
+ ../include
+ ../../blenkernel
+ ../../blenlib
+ ../../makesdna
+ ../../makesrna
+ ../../windowmanager
+ ../../../../intern/guardedalloc
)
set(INC_SYS
@@ -30,10 +30,10 @@ set(INC_SYS
)
set(SRC
- space_userpref.c
- userpref_ops.c
+ space_userpref.c
+ userpref_ops.c
- userpref_intern.h
+ userpref_intern.h
)
set(LIB