first commit
This commit is contained in:
11
lib/esp32-camera/examples/Makefile
Normal file
11
lib/esp32-camera/examples/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
|
||||
# project subdirectory.
|
||||
#
|
||||
|
||||
PROJECT_NAME := camera_example
|
||||
|
||||
EXTRA_COMPONENT_DIRS := ../
|
||||
|
||||
include $(IDF_PATH)/make/project.mk
|
||||
|
||||
Reference in New Issue
Block a user