博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【Android studio】CMakeLists
阅读量:7075 次
发布时间:2019-06-28

本文共 469 字,大约阅读时间需要 1 分钟。

CMakeLists.txt使用有感

在抽取C/C++作为子项目的过程中。更改了存储目录。在目录里出现了“_”的字符。

编译的时候出现了errornot found “XXX.h”或者“XXX.cpp”等
耗费了小半天一直以为CMakeLists.txt编写有问题,或者是某些配置问题。

最后在一次尝试修改目录结构的时候只是使用了字母和数字。然后就编译通过了。

记录一下这一天大部分时间就解决这个问题了。狂汗、暴汗

#配置解析

For more information about using CMake with Android Studio, read the

参考:

# Sets the minimum version of CMake required to build the native library.cmake_minimum_required(VERSION 3.4.1)

联系我

QQ:94297366

微信打赏:

公众号推荐:

【Android studio】CMakeLists

转载于:https://blog.51cto.com/4789781/2119842

你可能感兴趣的文章
js点击打开弹窗
查看>>
系统设计 consistent hashing
查看>>
元素拖放
查看>>
303. Range Sum Query - Immutable
查看>>
解决ajax 跨域请求问题
查看>>
Linux下进程描述(1)—进程控制块【转】
查看>>
【Gamma】Scrum Meeting 4
查看>>
设计模式:适配器模式(Adapter)
查看>>
Linux环境搭建及命令
查看>>
【人工智能】 火爆的机器学习和人工智能,为何在金融业四处碰壁?
查看>>
kafka术语
查看>>
mitmproxy
查看>>
kafa单机版环境搭建
查看>>
kettle报错收集
查看>>
Json
查看>>
分布式隐式事务
查看>>
python中的str.strip()的用法
查看>>
递归函数
查看>>
Shell 输入/输出重定向
查看>>
go package包的使用
查看>>