This website requires JavaScript.
Explore
Help
Sign In
bazel
/
rules_foreign_cc
mirror of
https://github.com/bazel-contrib/rules_foreign_cc
Watch
2
Star
0
Fork
You've already forked rules_foreign_cc
0
Code
Issues
Releases
Activity
3cbd0a9938
rules_foreign_cc
/
examples
/
cmake_android
/
hello_lib-example.cpp
8 lines
103 B
C++
Raw
Blame
History
#
include
<stdio.h>
#
include
"hello.h"
int
main
(
int
argc
,
char
*
argv
[
]
)
{
hello_func
(
)
;
return
0
;
}
View Git Blame
Copy Permalink