This repository has been archived on 2026-09-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2025-11-12 23:03:00 +01:00

14 lines
310 B
Rust

/*
SPDX-License-Identifier: AGPL-3.0-or-later
Copyright (C) 2025 Erick Ahmed
*/
fn main() {
println!("cargo:rustc-link-search=/usr/local/lib");
println!("cargo:rustc-link-search=/app/build");
println!("cargo:rustc-link-lib=occt");
println!("cargo:rerun-if-changed=src/wrappers/");
}