Skip to content

Commit 8a38a9e

Browse files
committed
CMake: export compile_commands.json
1 parent d4189e8 commit 8a38a9e

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
@@ -1,5 +1,7 @@
11
cmake_minimum_required(VERSION 3.0)
22

3+
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
4+
35
option(WXSERVDISC_INSTALL "Generate installation target" ON)
46

57
add_subdirectory(src)

0 commit comments

Comments
 (0)