wpilibsuite/wpilib-docs
View on GitHubAdd CMake version of building a ntcore desktop app
Open
#2,319 opened on Sep 7, 2023
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().