wxwidgets windows 下使用 cmake 编译使用-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 10715
  • 博文数量: 18
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 190
  • 用 户 组: 普通用户
  • 注册时间: 2021-06-07 17:12
个人简介

对嵌入式、qt、桌面开发感兴趣

文章分类

(18)

  • (18)
文章存档

(2)

(16)

我的朋友
最近访客
相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: c/c

2023-09-06 15:43:52

1. 下载代码

点击(此处)折叠或打开

  1. git clone --recurse-submodules

2. 编译

点击(此处)折叠或打开

  1. $ mkdir build
  2. $ cd build
  3. $ cmake ../wxwidgets -g "mingm-make"
  4. $ cmake --build .

3. 使用

点击(此处)折叠或打开

  1. cmake_minimum_required(version 3.16)
  2. project(myapp)
  3. find_package(wxwidgets required components net core base)
  4. include(${wxwidgets_use_file})
  5. add_executable(myapp example.cpp)
  6. target_link_libraries(myapp ${wxwidgets_libraries})


点击(此处)折叠或打开

  1. wxwidgets_root_dir - base wxwidgets directory
  2. (e.g., c:/wxwidgets-3.2.0).
  3. wxwidgets_lib_dir - path to wxwidgets libraries
  4. (e.g., c:/wxwidgets-3.2.0/lib/vc_x64_lib).
  5. wxwidgets_configuration - configuration to use
  6. (e.g., msw, mswd, mswu, mswunivud, etc.)
  7. wxwidgets_exclude_common_libraries
  8. - set to true to exclude linking of
  9. commonly required libs (e.g., png tiff
  10. jpeg zlib regex expat).



阅读(285) | 评论(0) | 转发(0) |
0

上一篇:

下一篇:没有了

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图