Skip to content

Commit 4a1565b

Browse files
committed
Enable compile command output
1 parent a400c23 commit 4a1565b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
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)