(path)
| 22 | |
| 23 | # helper to define paths relative to the repo root |
| 24 | def RepoRelative(path): |
| 25 | return os.path.abspath(os.path.join(os.path.dirname(__file__), '..', path)) |
| 26 | |
| 27 | # Points to the directory containing the top level CMakeLists.txt |
| 28 | PROJECT_SRC_DIR = os.path.abspath(os.path.join(os.path.split(os.path.abspath(__file__))[0], '..')) |
no outgoing calls
no test coverage detected