wpilibsuite/wpilib-docs
Add CMake version of building a ntcore desktop app
Ouverte
#2 319 ouverte le 7 sept. 2023
AdditionGood First Issue
Métriques du dépôt
- Stars
- (187 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
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().