Skip to content

Commit 4db6aa1

Browse files
authored
Merge pull request #8 from PocketByteTechnology/main
Add CMake configuration for ESP-IDF component
2 parents 72ab0d7 + 160dea9 commit 4db6aa1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
idf_component_register(SRC_DIRS "src"
2+
INCLUDE_DIRS "src"
3+
PRIV_INCLUDE_DIRS "${PROJECT_DIR}/main"
4+
)
5+
6+
# Jet requires C++17
7+
target_compile_features(${COMPONENT_LIB} PUBLIC cxx_std_17)

0 commit comments

Comments
 (0)