ci: move to root

This commit is contained in:
2025-11-12 23:03:00 +01:00
parent 5b37b34422
commit 8f87452691
2 changed files with 13 additions and 15 deletions
-15
View File
@@ -1,15 +0,0 @@
/*
SPDX-License-Identifier: AGPL-3.0-or-later
Copyright (C) 2025 Erick Ahmed
*/
fn main() {
cc::Build::new()
.cpp(true)
.file("src/occt/point.cpp")
.include("src/occt/include")
.compile("point");
println!("cargo:rerun-if-changed=src/occt/point.cpp");
println!("cargo:rerun-if-changed=src/occt/include/point.hpp");
}