(path)
| 31 | |
| 32 | # helper to define paths relative to the repo root |
| 33 | def repo_relative(path): |
| 34 | return os.path.abspath(os.path.join(os.path.dirname(__file__), '..', path)) |
| 35 | |
| 36 | # Points to the directory containing the top level CMakeLists.txt |
| 37 | PROJECT_SRC_DIR = os.path.abspath(os.path.join(os.path.split(os.path.abspath(__file__))[0], '..')) |