Cleanup: use 2 space indentation for CMake

This commit is contained in:
Campbell Barton
2019-04-17 06:35:54 +02:00
parent 91a9cd0a94
commit 3076d95ba4
121 changed files with 8430 additions and 8430 deletions

View File

@@ -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}")