We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4189e8 commit 8a38a9eCopy full SHA for 8a38a9e
CMakeLists.txt
@@ -1,5 +1,7 @@
1
cmake_minimum_required(VERSION 3.0)
2
3
+set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
4
+
5
option(WXSERVDISC_INSTALL "Generate installation target" ON)
6
7
add_subdirectory(src)
0 commit comments