wpilibsuite/wpilib-docs
Add CMake version of building a ntcore desktop app
Aberta
#2.319 aberto em 7 de set. de 2023
AdditionGood First Issue
Métricas do repositório
- Stars
- (187 estrelas)
- Métricas de merge de PR
- (Mesclagem média 7d 6h) (14 fundiu PRs em 30d)
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().