Implement toolchain support for cross-compilation and development.

This commit is contained in:
Alexander Shaduri
2021-03-02 18:23:49 +04:00
parent 2e3d8e72b6
commit 5ce4a3aeb8
7 changed files with 92 additions and 103 deletions
+11
View File
@@ -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)