(path)
| 28 | |
| 29 | # helper to define paths relative to the repo root |
| 30 | def RepoRelative(path): |
| 31 | return os.path.abspath(os.path.join(os.path.dirname(__file__), '..', path)) |
| 32 | |
| 33 | # Points to the directory containing the top level CMakeLists.txt |
| 34 | PROJECT_SRC_DIR = os.path.abspath(os.path.join(os.path.split(os.path.abspath(__file__))[0], '..')) |
no outgoing calls
no test coverage detected