Re: Extension using Meson as build system

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Junwang Zhao <zhjwpku(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Extension using Meson as build system
Date: 2024-07-26 15:06:38
Message-ID: cefa73b0-f9f4-45bf-a61d-5a5c353df884@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Junwang Zhao 2024-07-26 15:12:21 Re: Extension using Meson as build system
Previous Message Tom Lane 2024-07-26 14:39:58 Re: add function argument names to regex* functions.