RPi: add clang & clang-check support

This commit is contained in:
Hidenori
2016-07-19 17:12:09 -04:00
committed by Lorenz Meier
parent ae00abe468
commit a8d3b15d73
5 changed files with 110 additions and 2 deletions

View File

@@ -228,6 +228,11 @@ find_package(PythonInterp REQUIRED)
#
enable_testing()
#=============================================================================
# generate compile command database
#
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
#=============================================================================
# check required toolchain variables
#