rules_foreign_cc/examples/cmake_android/hello_lib-example.cpp

8 lines
103 B
C++

#include <stdio.h>
#include "hello.h"
int main(int argc, char* argv[])
{
hello_func();
return 0;
}