Vendor CMakeRust
This commit is contained in:
committed by
Dustin J. Mitchell
parent
37d7f3de8a
commit
7492fc48bb
5
cmake/CMakeRust/crates/test-lib/src/lib.rs
Normal file
5
cmake/CMakeRust/crates/test-lib/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn hello() {
|
||||
println!("hello world!");
|
||||
}
|
||||
Reference in New Issue
Block a user