🎨 add_compile_options(-fdiagnostics-color=always)

pull/190/head
Ye Hang Yang 2021-07-30 20:27:47 +08:00
parent ff38ec859f
commit eb323fbb7c
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS ../../components)
add_compile_options(-fdiagnostics-color=always)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(camera_terminal)

View File

@ -3,6 +3,6 @@
cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS ../../components)
add_compile_options(-fdiagnostics-color=always)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(camera_web_server)