We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a400c23 commit 4a1565bCopy full SHA for 4a1565b
CMakeLists.txt
@@ -6,6 +6,8 @@ if(CCACHE_PROGRAM)
6
message(STATUS "Rule launch compile: ${CCACHE_PROGRAM}")
7
endif()
8
9
+set(CMAKE_EXPORT_COMPILE_COMMANDS true)
10
+
11
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.9)
12
13
include(GNUInstallDirs)
0 commit comments