We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e291a92 commit 9f80ef3Copy full SHA for 9f80ef3
CMakeLists.txt
@@ -1,5 +1,8 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
+if (CONFIG_ARDUINO_API)
4
add_subdirectory(cores)
5
add_subdirectory(variants)
6
add_subdirectory(libraries)
7
+endif()
8
+
0 commit comments