linux clion 开发wxWidgets环境搭建

    xiaoxiao2025-01-16  8

    下载解压编译不再赘述,参考这篇文章

    http://blog.topspeedsnail.com/archives/3708

    这里主要说一下cmakelist的配置

    添加下列几句就可以了

    find_package(wxWidgets REQUIRED net core base) include(${wxWidgets_USE_FILE}) target_link_libraries(hello ${wxWidgets_LIBRARIES})

    转载请注明原文地址: https://ju.6miu.com/read-1295521.html
    最新回复(0)