File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,9 @@ options. This is known to have issues on non-Linux platforms.
52
52
53
53
### CMake project
54
54
55
- There are two ` CMakeLists.txt ` files, one at the root of the repository and another in the ` swift ` directory. Using
56
- either will allows to load the Swift extractor as a CMake project, which allows integration into a wider variety of
57
- IDEs. Building with CMake also creates a ` compile_commands.json ` compilation database that can be picked up by even more
58
- IDEs. In particular, opening the ` swift ` directory in VSCode should work.
55
+ The ` CMakeLists.txt ` file allows to load the Swift extractor as a CMake project, which allows integration into a wider
56
+ variety of IDEs. Building with CMake also creates a ` compile_commands.json ` compilation database that can be picked up
57
+ by even more IDEs. In particular, opening the ` swift ` directory in VSCode should work.
59
58
60
59
### Debugging codeql database creation
61
60
You can’t perform that action at this time.
0 commit comments