为了账号安全,请及时绑定邮箱和手机立即绑定

bash.h 文件是怎么导入的

 老师您好:

     我按您的写法,写了个base.h文件,但是bash.h 文件写 #include< jni.h> 时候报错。

     不知道该单独写bash.h 文件 ,该怎么让别的cpp文件使用昵

正在回答

1 回答

加上include_directories(src/main/cpp/base/)
然后nativ-lib.cpp文件引用#include <base.h>
如果是其他lib中的cpp文件需要使用,需要在CMakeLists中建立连接关系
比如增加
target_link_libraries( # Specifies the target library.
        people-lib
        # Links the log library to the target library.
        ${log-lib} )


1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

bash.h 文件是怎么导入的

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信