首页 推荐 热点 专题 PHPJavaPythonAndriodIOSC#前端数据库人工智能程序开发架构安全运维资讯微课资源
0
点赞
收藏
分享

微信扫一扫

Cmake判断使用lib64还是lib32

杰森wang 2022-11-26 阅读 67
gitlinux运维visual-studio编程语言


# won't work before project()!   
#https://stackoverflow.com/questions/4845198/fatal-error-no-target-architecture-in-visual-studio
if(CMAKE_SIZEOF_VOID_P EQUAL 8)
message("64 bit")
elseif(CMAKE_SIZEOF_VOID_P EQUAL 4)
message("32 bit")
endif()


举报
0 条评论
杰森wang
关注
  • Web 前端可视化开发工具深度解析,从拖拽搭建到真机调试的全链路思维
  • hive unable to get a stable set of rows in the source tables error
  • 安装 ollama 及安装模型
  • WebView 性能调试与优化 解决资源加载与请求顺序问题
  • JSONP 原理详解
  • 这些VCP证书的隐藏价值,你知道吗?
  • Warning:Fail to get information of lanuch Configuration解释
  • r语言html格式
  • 【Docker项目实战】使用Docker部署NextTrace Web路由工具
  • Y20030018基于Java+Springboot+mysql+jsp+layui的家政服务系统的设计与实现 源代码 文档