Skip to content

Commit 8a365f8

Browse files
enable CMAKE_EXPORT_COMPILE_COMMANDS
1 parent 33e311f commit 8a365f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpputest-for-freertos-lib/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include(FetchContent)
22

3+
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
4+
35
set(CMAKE_CXX_STANDARD 14)
46
set(CMAKE_C_STANDARD 11)
57
add_compile_options(-Wall -Wextra -Werror)

0 commit comments

Comments
 (0)