| From: | Junwang Zhao <zhjwpku(at)gmail(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Extension using Meson as build system |
| Date: | 2024-07-26 15:12:21 |
| Message-ID: | CAEG8a3+7_eVbDufeY=+E5pEABsowc0z-0EMOAgJv-6ckRaPHvQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi, Peter
On Fri, Jul 26, 2024 at 11:06 PM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>
> On 30.06.24 15:17, Junwang Zhao wrote:
> > Is there any extension that uses meson as build systems?
> > I'm starting a extension project that written in c++, cmake is my
> > initial choice as the build system, but since PostgreSQL has adopted
> > Meson, so I'm wondering if there is any extension that also uses
> > meson that I can reference.
>
> I wrote a little demo:
>
> https://github.com/petere/plsh/blob/meson/meson.build
>
Thanks, I will check it out ;)
--
Regards
Junwang Zhao
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Nathan Bossart | 2024-07-26 15:42:32 | Re: [PATCH] Add crc32(text) & crc32(bytea) |
| Previous Message | Peter Eisentraut | 2024-07-26 15:06:38 | Re: Extension using Meson as build system |