mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
Implement toolchain support for cross-compilation and development.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
# Enable clang-tidy by default, reading from <project_root>/.clang-tidy file
|
||||
set(CMAKE_CXX_CLANG_TIDY "clang-tidy")
|
||||
|
||||
|
||||
# Developer options
|
||||
set(APP_COMPILER_ENABLE_WARNINGS ON)
|
||||
set(APP_BUILD_EXAMPLES ON)
|
||||
set(APP_BUILD_TESTS ON)
|
||||
|
||||
Reference in New Issue
Block a user