Home
last modified time | relevance | path

Searched refs:fmt_dir (Results 1 – 2 of 2) sorted by relevance

/external/fmtlib/support/
Dtravis-build.py39 fmt_dir = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) variable
46 sys.path.insert(0, os.path.join(fmt_dir, 'doc'))
82 install_dir = os.path.join(fmt_dir, "_install")
83 build_dir = os.path.join(fmt_dir, "_build")
84 test_build_dir = os.path.join(fmt_dir, "_build_test")
98 check_call(['cmake', '-DFMT_DOC=OFF', '-DFMT_PEDANTIC=ON', '-DFMT_WERROR=ON', fmt_dir] +
117 check_call(['cmake', os.path.join(fmt_dir, "test", "find-package-test")] +
Dmanage.py81 env.fmt_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
82 sys.path.insert(0, os.path.join(env.fmt_dir, 'doc'))
131 src = os.path.join(env.fmt_dir, 'doc', entry)