Skip to content

Instantly share code, notes, and snippets.

@hendych
Created July 19, 2021 11:07
Show Gist options
  • Save hendych/1938b74e5c5d7ceb58690728f7bc3f0c to your computer and use it in GitHub Desktop.
Save hendych/1938b74e5c5d7ceb58690728f7bc3f0c to your computer and use it in GitHub Desktop.
Quote import using Buck
apple_library(
name = "MyLibrary",
exported_headers = glob([
"MyLibary/**/*.h"
]),
srcs = glob([
"MyLibrary/**/*.m"
])
preprocessor_flags = [
"-I$(location //path_to_another_lib:rule_name#%s,private-headers)" % read_config("cxx", "default_platform")
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment