summaryrefslogtreecommitdiffstats
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* autotools: RemoveWilliam A. Kennington III2019-04-261-5/+0
| | | | | | | Meson is now used to build this package in all of the necessary places. Change-Id: I704d5cdd51129d8dc56c6a2456792846a3711778 Signed-off-by: William A. Kennington III <wak@google.com>
* meson: Use declare_dependency for librariesWilliam A. Kennington III2019-04-031-2/+1
| | | | | | | | | Now example binaries and tests don't have to be aware of the nuances for configuring the build to use the library. This makes the project library look like any other system dependency. Change-Id: I9bbf33d32057964011fd8387e742e0d92117f848 Signed-off-by: William A. Kennington III <wak@google.com>
* meson: Add alternative build systemWilliam A. Kennington III2019-01-311-0/+9
| | | | | Change-Id: I773281f0df820f4de25a6536fb3858d88b9150fa Signed-off-by: William A. Kennington III <wak@google.com>
* Initial Project FilesWilliam A. Kennington III2018-11-021-0/+5
This adds the initial autotools scripts and some placeholder c++ files so that the builder is happy. Tested: Built and run through the unit test script. Change-Id: Ie7e7e062726761aad54b77e1c55fcb1ba91afd49 Signed-off-by: William A. Kennington III <wak@google.com>
OpenPOWER on IntegriCloud