wpilibsuite/wpilib-docs
Add CMake version of building a ntcore desktop app
Aperta
#2319 aperta il 7 set 2023
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().