We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9e635 commit 3fddcefCopy full SHA for 3fddcef
CMakeLists.txt
@@ -1,5 +1,6 @@
1
cmake_minimum_required(VERSION 3.15)
2
3
+set(CMAKE_EXPORT_COMPILE_COMMANDS on)
4
project(scratch C)
5
6
add_subdirectory(src)
0 commit comments