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 0b30b21 commit 50fa2e2Copy full SHA for 50fa2e2
ETC/CMakeLists.txt
@@ -3,6 +3,7 @@ cmake_policy(VERSION 3.19)
3
4
# Define the MBed app configuration. This must be before the `project()` call.
5
set(MBED_APP_JSON_PATH mbed_app.json5)
6
+set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
7
8
include(../mbed-os/tools/cmake/mbed_toolchain_setup.cmake)
9
project(ETC)
0 commit comments