comp.lang.ada
 help / color / mirror / Atom feed
From: kylix <likai3g@gmail.com>
Subject: Is it possible invoke $(pkg-config ...) in gnat project file?
Date: Sat, 18 May 2013 03:30:47 -0700 (PDT)
Date: 2013-05-18T03:30:47-07:00	[thread overview]
Message-ID: <27c98def-e317-474d-aa7e-2b3f93de92f3@googlegroups.com> (raw)

I tried add link switch "$(pkg-config --libs cairo) in Linker section, it seems not work, any idea?

project P is
     for Main use ("program");
     package Linker is
            for Default_Switches("Ada") use ("$(pkg-config --libs cairo)");
    end Linker;
end P;

             reply	other threads:[~2013-05-18 10:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-18 10:30 kylix [this message]
2013-05-18 17:10 ` Is it possible invoke $(pkg-config ...) in gnat project file? Georg Bauhaus
2013-05-21 18:47   ` Per Sandberg
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox