提交 540848bb 编写于 作者: 李寅

FIX example lib

上级 28239eb2
...@@ -7,7 +7,7 @@ cc_binary( ...@@ -7,7 +7,7 @@ cc_binary(
"helloworld.cc", "helloworld.cc",
], ],
deps = [ deps = [
"//mace/core:lib_core", "//mace/core:core",
], ],
linkopts = if_android(["-pie", "-llog"]) linkopts = if_android(["-pie", "-llog"])
) )
#include "mace/core/logging.h" #include "mace/core/logging.h"
int main() { int main() {
LOG(INFO, "Hello World"); LOG(INFO) << "Hello World";
return 0; return 0;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册