facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

[apple] add apple.add_root_user_header_search_path_in_xcode. #2602

Open yanks opened 3 years ago

yanks commented 3 years ago

A small ergonomic improvement; this apple.add_root_user_header_search_path_in_xcode adds the root to the header search path, which enables autocomplete for fully qualified non-modular imports (e.g. <ROOT>/src/include/my_header.h) to work.