摘要: https://cmake.org/cmake/help/v3.19/command/source_group.html?highlight=source_group source_group Define a grouping for source files in IDE project gen 阅读全文
posted @ 2021-02-20 21:30 py2020 阅读(2334) 评论(1) 推荐(0)
摘要: 1. listfile (列表文件,即CMakeLists.txt) https://cmake.org/cmake/help/v3.19/manual/cmake-gui.1.html CMake is a cross-platform build system generator. Projec 阅读全文
posted @ 2021-02-19 21:53 py2020 阅读(68) 评论(0) 推荐(0)
摘要: cmake-variables(7) 在cmake帮助文档 https://cmake.org/cmake/help/v3.19/index.html 中点击 cmake-variables(7) 链接: https://cmake.org/cmake/help/v3.19/manual/cmake 阅读全文
posted @ 2021-02-19 21:32 py2020 阅读(119) 评论(1) 推荐(0)
摘要: cmake官方文档 https://cmake.org/documentation cmake帮助文档 https://cmake.org/cmake/help/v3.19/ https://cmake.org/cmake/help/latest/ cmake教程: https://cmake.or 阅读全文
posted @ 2021-02-19 09:03 py2020 阅读(471) 评论(0) 推荐(0)
摘要: ubuntu@ubuntu:~/mapbox/mapbox-gl-native_maps-v1.6.0$ find ./ -name "CMakeLists.txt"./platform/node/CMakeLists.txt./platform/glfw/CMakeLists.txt./expre 阅读全文
posted @ 2021-02-15 21:33 py2020 阅读(111) 评论(0) 推荐(0)
摘要: src\mbgl\style\parser.cpp Parser::parseLayer(const std::string& id, const JSValue& value, std::unique_ptr<Layer>& layer) src\mbgl\style\conversion\lay 阅读全文
posted @ 2021-02-12 22:59 py2020 阅读(67) 评论(0) 推荐(0)
摘要: // // variadic_template.h// template <typename T>class Enum {public: using Type = T; static const char * toString(T); static T toEnum(const std::strin 阅读全文
posted @ 2021-02-12 21:47 py2020 阅读(62) 评论(0) 推荐(0)
摘要: 0.Qt Quick https://doc.qt.io/qt-5/qtquick-index.html The Qt Quick module is the standard library for writing QML applications. While the Qt QML module 阅读全文
posted @ 2021-02-10 15:26 py2020 阅读(84) 评论(0) 推荐(0)
摘要: mapbox-gl-js依赖项 (1) @mapbox/mapbox-gl-supportedqiaoboxuan : 用于确定浏览器是否支持Mapbox GL JS的库Mapbox GLJS支持,这个库决定了浏览器是否支持Mapbox GL JS。 使用方法见网址https://www.javas 阅读全文
posted @ 2021-02-09 12:54 py2020 阅读(341) 评论(0) 推荐(0)
摘要: (1)phaser3-typescript-project-template项目npm install过程 https://www.cnblogs.com/3d-gis/p/14383937.html (2)参考:基于 TypeScript + Babel + Rollup 搭建 ts 开发环境ht 阅读全文
posted @ 2021-02-09 12:50 py2020 阅读(105) 评论(0) 推荐(0)