Files
esp32-camera-driver/component.mk
2018-11-15 14:22:09 +01:00

5 lines
239 B
Makefile
Executable File

COMPONENT_ADD_INCLUDEDIRS := driver/include conversions/include
COMPONENT_PRIV_INCLUDEDIRS := driver/private_include conversions/private_include sensors/private_include
COMPONENT_SRCDIRS := driver conversions sensors
CXXFLAGS += -fno-rtti