1#
2# This is a project Makefile. It is assumed the directory this Makefile resides in is a
3# project subdirectory.
4#
5
6EXTRA_COMPONENT_DIRS += ${IDF_PATH}/examples/cxx/experimental/experimental_cpp_component
7
8PROJECT_NAME := esp_timer_cxx
9
10include $(IDF_PATH)/make/project.mk
11