wpilibsuite/wpilib-docs

Add CMake version of building a ntcore desktop app

Open

#2,319 opened on Sep 7, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (297 forks)auto 404
AdditionGood First Issue

Repository metrics

Stars
 (187 stars)
PR merge metrics
 (PR metrics pending)

Description

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().

Contributor guide