CMake: picky style edit

'cmake_consistency_check.py' relies on this formattng.
This commit is contained in:
Campbell Barton 2015-02-19 07:15:00 +11:00
parent bbc7dc169d
commit 483fa4c387

@ -75,8 +75,12 @@ set(SRC_HEADERS
) )
if(WITH_CYCLES_DEBUG) if(WITH_CYCLES_DEBUG)
list(APPEND SRC util_guarded_allocator.cpp) list(APPEND SRC
list(APPEND SRC_HEADERS util_guarded_allocator.h) util_guarded_allocator.cpp
)
list(APPEND SRC_HEADERS
util_guarded_allocator.h
)
endif() endif()
include_directories(${INC}) include_directories(${INC})