Add ClangFormat rules

This commit is contained in:
Louis-Bertrand Varin
2018-01-14 10:11:00 -05:00
parent 410d88bf99
commit 07bc9a7b4b
4 changed files with 67 additions and 3 deletions

View File

@@ -279,6 +279,8 @@ if(WITH_TESTS)
enable_testing()
endif(WITH_TESTS)
include(CLangFormat)
if(UNIX AND NOT APPLE)
find_package(Qt5 COMPONENTS Core Network Concurrent Widgets Test LinguistTools DBus REQUIRED)
elseif(APPLE)