Skip to content

Commit 8d62d9c

Browse files
ecc1marcelstoer
authored andcommitted
Add component.mk file for use in esp-idf build system (ThingPulse#234)
1 parent cfde00c commit 8d62d9c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
set(COMPONENT_ADD_INCLUDEDIRS src)
2+
set(COMPONENT_PRIV_REQUIRES arduino-esp32)
3+
set(COMPONENT_SRCDIRS src)
4+
register_component()

component.mk

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
COMPONENT_ADD_INCLUDEDIRS := src
2+
COMPONENT_SRCDIRS := src
3+
CXXFLAGS += -Wno-ignored-qualifiers

0 commit comments

Comments
 (0)