mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This is the changes made by Patrick Plenefisch converting the native code to use CMake and the CMake Maven Plugin, as opposed to the native Maven plugin. This is to allow for compatibility with newer versions of the GCC toolchain. All the cpp sources were moved from maven style directories to cpp style directories for CMake. Change-Id: I67f5e3608948f37c83b0990d232105a3784f8593
Purpose
This project contains a number of utilities for using maven with wpilib. Currently it only contains a number of useful parents to inherit from.
List of possible parents
- edu.wpi.first.wpilib.templates.athena:static-library
- Create a static library (*.a) to run on the Athena platform.
- edu.wpi.first.wpilib.templates.athena:shared-library
- Create a shared library (*.so) to run on the Athena platform.
- edu.wpi.first.wpilib.templates.azalea:static-library
- Create a static library (*.a) to run on the Azalea platform.
- edu.wpi.first.wpilib.templates:include
- Create a set of headers that can be included with the native-maven-plugin.