Skip to content

Commit 769c168

Browse files
committed
Add define to signify that prebuilt libs are used
1 parent 7b71a51 commit 769c168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ add_custom_command(
3333
VERBATIM
3434
)
3535
add_custom_target(mem-variant DEPENDS "mem_variant")
36+
37+
idf_build_set_property(COMPILE_DEFINITIONS "-DESP32_ARDUINO_LIB_BUILDER" APPEND)

0 commit comments

Comments
 (0)