Vendor CMakeRust
This commit is contained in:
committed by
Dustin J. Mitchell
parent
37d7f3de8a
commit
7492fc48bb
6
cmake/CMakeRust/hello_world/hello.c
Normal file
6
cmake/CMakeRust/hello_world/hello.c
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
#include "test_lib.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
hello();
|
||||
}
|
||||
Reference in New Issue
Block a user