prebuilt_cxx_library(
  name = 'lest',
  header_only = True,
  header_namespace = '',
  exported_headers = subdir_glob([
    ('include/lest', '**/*.hpp'),
  ]),
  visibility = [
    'PUBLIC',
  ],
)
