blob: 884044c2997f2c1c73dff52f8fac9a379d6c1cdd [file] [log] [blame] [edit]
// Part of the Crubit project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// Automatically @generated build.rs for the cc_library annotation_reader.
const PATH_TO_SRC_ROOT: &str = "../../..";
fn main() {
crubit_build::compile_cc_lib(PATH_TO_SRC_ROOT, SOURCES).unwrap();
}
const SOURCES: &[&str] = &["common/annotation_reader.cc"];