wpilibsuite/wpilib-docs

Add CMake version of building a ntcore desktop app

开放

#2,319 创建于 2023年9月7日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (297 个派生)auto 404
AdditionGood First Issue

仓库指标

星标
 (187 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

The current example is Gradle-based, which can make it hard to integrate other libraries.

cmake version is here: https://www.chiefdelphi.com/t/unable-to-use-windows-libraries-with-wpilib-and-vs-code/440595/2

Needs to use set (WITH_CSCORE OFF CACHE INTERNAL "") etc instead of plain set().

贡献者指南