Skip to content

Commit 50fa2e2

Browse files
committed
etc export compile commands (only matters for me)
1 parent 0b30b21 commit 50fa2e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ETC/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ cmake_policy(VERSION 3.19)
33

44
# Define the MBed app configuration. This must be before the `project()` call.
55
set(MBED_APP_JSON_PATH mbed_app.json5)
6+
set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
67

78
include(../mbed-os/tools/cmake/mbed_toolchain_setup.cmake)
89
project(ETC)

0 commit comments

Comments
 (0)