mirror of
https://github.com/bbulkow/FastLED-idf.git
synced 2025-06-25 01:11:39 +02:00
Renamed the component successfully, now tries to compile
This commit is contained in:
@ -3,4 +3,4 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(hello-world)
|
||||
project(FastLED-idf)
|
||||
|
@ -1,4 +1,4 @@
|
||||
set(COMPONENT_SRCS "hello_world_main.c")
|
||||
set(COMPONENT_SRCS "main.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "")
|
||||
|
||||
register_component()
|
||||
register_component()
|
||||
|
Reference in New Issue
Block a user