wpilibsuite/wpilib-docs

Add CMake version of building a ntcore desktop app

Aperta

#2319 aperta il 7 set 2023

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (297 fork)auto 404
AdditionGood First Issue

Metriche repository

Star
 (187 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor