Sha256: 474a3eb189a698475d8a6f4b358eb0790db6379aea8b8a85ac925102784cd520
Contents?: true
Size: 514 Bytes
Versions: 38
Compression:
Stored size: 514 Bytes
Contents
//! Build the `ittapi` C library in the parent directory. The `cc` configuration here should match //! that of the parent directory's `CMakeLists.txt` (TODO: keep these in sync, see [#36]). //! //! [#36]: https://github.com/intel/ittapi/issues/36 fn main() { cc::Build::new() .file("c-library/src/ittnotify/ittnotify_static.c") .file("c-library/src/ittnotify/jitprofiling.c") .include("c-library/src/ittnotify/") .include("c-library/include/") .compile("ittnotify"); }
Version data entries
38 entries across 38 versions & 1 rubygems