mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-08 17:11:22 +01:00
4 lines
282 B
Makefile
4 lines
282 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := driver/include conversions/include
|
|
COMPONENT_PRIV_INCLUDEDIRS := driver/private_include conversions/private_include sensors/private_include target/private_include
|
|
COMPONENT_SRCDIRS := driver conversions sensors target target/esp32
|
|
CXXFLAGS += -fno-rtti
|