Skip to content

Commit b126ac8

Browse files
committed
enabled compile_commands.json generation in cmake
1 parent e90fd50 commit b126ac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ project(Crow
99
VERSION 1.1.1
1010
)
1111

12+
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
13+
1214
# Make sure Findasio.cmake module is found
1315
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1416

0 commit comments

Comments
 (0)