There was an error while loading. Please reload this page.
2 parents 72ab0d7 + 160dea9 commit 4db6aa1Copy full SHA for 4db6aa1
1 file changed
CMakeLists.txt
@@ -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