Format CMake files with cmake-format 0.6.7

This commit is contained in:
Martchus 2020-01-26 20:42:03 +01:00
parent e7bbdd0af6
commit c68d9ea384
2 changed files with 21 additions and 14 deletions

View File

@ -45,7 +45,8 @@ if (TARGET clang-cpp)
list(APPEND PRIVATE_LIBRARIES clang-cpp LLVM)
else ()
list(
APPEND PRIVATE_LIBRARIES
APPEND
PRIVATE_LIBRARIES
clangTooling
clangFrontend
clangSerialization

View File

@ -14,8 +14,14 @@ set(DOC_FILES README.md)
# add JSON-specific sources
if (RapidJSON_FOUND)
list(APPEND HEADER_FILES json/reflector.h json/reflector-boosthana.h json/reflector-chronoutilities.h
json/serializable.h json/errorhandling.h)
list(
APPEND
HEADER_FILES
json/reflector.h
json/reflector-boosthana.h
json/reflector-chronoutilities.h
json/serializable.h
json/errorhandling.h)
list(APPEND TEST_SRC_FILES tests/jsonreflector.cpp tests/jsonreflector-boosthana.cpp
tests/jsonreflector-chronoutilities.cpp)
endif ()