Commit a2de572
Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR for includes (census-instrumentation#267)
Allows including the project using `add_subdirectory` command.
`CMAKE_SOURCE_DIR` always resolves to the top level project, breaking includes.1 parent 6d11e6b commit a2de572
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments