Fixed directory conflict on Windows. (#13)
CMake on Windows had conflicts with one directory in the project tree named `console`, and another named `Console`. Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #13
This commit is contained in:
parent
ebee29a1e4
commit
3939941315
6 changed files with 1 additions and 1 deletions
|
|
@ -1,15 +0,0 @@
|
|||
idf_component_register(
|
||||
SRCS
|
||||
"Console.c"
|
||||
"Commands/Log_Command.c"
|
||||
INCLUDE_DIRS
|
||||
"."
|
||||
"./Commands"
|
||||
REQUIRES
|
||||
"SystemK"
|
||||
"System_Events"
|
||||
"console"
|
||||
"log"
|
||||
"nvs_flash"
|
||||
"vfs"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue