Skip to content

Commit 585fb66

Browse files
author
Thomas Kiley
authored
Merge pull request #1400 from reuk/reuk/enable-compile-commands
Enable compile command output
2 parents 0823f05 + 4a1565b commit 585fb66

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
@@ -6,6 +6,8 @@ if(CCACHE_PROGRAM)
66
message(STATUS "Rule launch compile: ${CCACHE_PROGRAM}")
77
endif()
88

9+
set(CMAKE_EXPORT_COMPILE_COMMANDS true)
10+
911
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
1012

1113
include(GNUInstallDirs)

0 commit comments

Comments
 (0)