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 'extern/xdnd')
-rw-r--r--extern/xdnd/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/extern/xdnd/CMakeLists.txt b/extern/xdnd/CMakeLists.txt
index 54d6648c2a6..3da6f728620 100644
--- a/extern/xdnd/CMakeLists.txt
+++ b/extern/xdnd/CMakeLists.txt
@@ -19,23 +19,23 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- .
+ .
)
set(INC_SYS
- ${X11_X11_INCLUDE_PATH}
+ ${X11_X11_INCLUDE_PATH}
)
set(SRC
- xdnd.c
- xdnd.h
+ xdnd.c
+ xdnd.h
)
set(LIB
)
add_definitions(
- -DHAVE_SYS_TIME_H
+ -DHAVE_SYS_TIME_H
)
blender_add_lib(extern_xdnd "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")