Searched refs:cmake_dir (Results 1 – 1 of 1) sorted by relevance
/zcbor-3.6.0/zcbor/ |
D | zcbor.py | 2762 output_c_dir, output_h_dir, cmake_dir): argument 2769 Path("${CMAKE_CURRENT_LIST_DIR}") / path.relpath(Path(p), cmake_dir)) 3063 cmake_dir = Path(args.output_cmake).parent 3080 args.output_c or Path(cmake_dir, 'src', f'{filenames}.c'), mode)) 3083 args.output_h or Path(cmake_dir, 'include', f'{filenames}.h'), mode)) 3091 or Path(cmake_dir, 'include', filenames + '_types.h'))
|