mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-23 14:34:38 -04:00
add color support for err message when compiling with ninja (#2311)
This commit is contained in:
parent
cb3774ad81
commit
9f84ccbe1f
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ cmake_policy(SET CMP0005 NEW)
|
|||
|
||||
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/firmware/toolchain-arm-cortex-m.cmake)
|
||||
|
||||
set(CMAKE_COLOR_MAKEFILE ON)
|
||||
|
||||
add_compile_options(-fdiagnostics-color=always)
|
||||
|
||||
option(USE_CCACHE "Enable ccache, please keep an eye on this because sometimes it's not quite stable and generated unusable binary" OFF)
|
||||
|
||||
project(portapack-h1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue