summaryrefslogtreecommitdiffstats
path: root/contrib/meson/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Fixup meson buildTristan Partin2022-02-091-5/+11
| | | | | | The meson build had gotten a little out of hand. It needed to be cleaned up and have its errors fixed. This should enable lz4 to switch to Meson at any time should the need ever arise.
* meson: move one layer deeper to allow easy construction of a wrap fileJulius Michaelis2019-09-261-109/+5
|
* meson: Fix deprecated warnings on build optionsLzu Tao2019-06-291-9/+9
| | | | Meson now reserves `build_` prefix options.
* meson: Rely only on extracted version in lz4.hLzu Tao2019-04-301-9/+4
| | | | | So now instead of warning when failing to extract version number from lz4.h, we error and stop the build instead.
* contrib: Make Meson build non optionalLzu Tao2019-04-261-1/+3
| | | | | * Update ninja version to 1.9 in CI. * Update default project version in meson script.
* meson: Add -DLZ4_DLL_EXPORT=1 to build dynamic lib on WindowsLzu Tao2019-01-231-0/+1
| | | | Thanks @nacho for pointing it out.
* meson: Favor warning if cannot find version stringLzu Tao2019-01-101-1/+1
|
* No need to join prefix and let soversion base on versionLzu Tao2018-12-041-5/+3
|
* meson: Add fallback message when not found lz4.hLzu Tao2018-12-031-0/+2
|
* meson: Fix wrong path to lib/lz4.hLzu Tao2018-12-031-1/+1
|
* meson: Correct support for Windows buildLzu Tao2018-12-031-38/+19
|
* meson: Use --werror build option instead of passing -Werror [skip ci]Lzu Tao2018-12-031-3/+2
|
* Add meson build systemLzu Tao2018-12-021-0/+147