Files
allwpilib/maven-utilities
Brad Miller 69d9ad70ab CMake Changes
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
2014-04-01 11:18:29 -04:00
..
2014-04-01 11:18:29 -04:00
2014-01-06 10:12:21 -05:00
2014-03-20 13:12:02 -04:00

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.