Commit 8955716
Automatically symlink compile_commands.json (facebook#110)
compile_commands.json allows IDEs to provide go-to definition etc.
support, but it gets generated in CMAKE_BINARY_DIR, which may be
out of tree when doing an out-of-source build. So, symlink it
automatically to allow IDEs to pick it up.1 parent f1dfdf5 commit 8955716
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | 16 | | |
10 | 17 | | |
| |||
0 commit comments