Skip to content

Commit

Permalink
More C++ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Sep 19, 2024
1 parent 1f9438c commit 239f90e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/tests/winrt/composable_client/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ fn main() {
}

println!("cargo:rerun-if-changed=src/interop.cpp");
println!("cargo:rustc-link-lib=onecoreuap");

windows_bindgen::bindgen([
"--in",
Expand Down
1 change: 1 addition & 0 deletions crates/tests/winrt/constructors_client/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ fn main() {
}

println!("cargo:rerun-if-changed=src/interop.cpp");
println!("cargo:rustc-link-lib=onecoreuap");

windows_bindgen::bindgen([
"--in",
Expand Down

0 comments on commit 239f90e

Please sign in to comment.