We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef1f37 commit 4d94709Copy full SHA for 4d94709
CMakeLists.txt
@@ -5,6 +5,8 @@ cmake_minimum_required(VERSION 3.5)
5
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
6
project(arduino-lib-builder)
7
8
+include(gcc)
9
+
10
idf_build_get_property(elf EXECUTABLE GENERATOR_EXPRESSION)
11
12
add_custom_command(
0 commit comments