Cleanup: use 2 space indentation for CMake
This commit is contained in:
10
extern/xdnd/CMakeLists.txt
vendored
10
extern/xdnd/CMakeLists.txt
vendored
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user