summaryrefslogtreecommitdiff
path: root/trust/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* build: Declare dependency chain between static libs in commonp11pDaiki Ueno2019-06-191-7/+3
| | | | | | | | In common/ there are sub-libraries namely libp11-common.a, libp11-library.a, libp11-tool.a, and libp11-test.a. All the latter 3 libs use the symbols from libp11-common.a, it would make sense to declare a dependency against it.
* build: Add meson build supportDaiki Ueno2019-06-181-0/+162
This adds support for meson as an alternative build system.