factor/contrib/postgresql/load.factor

8 lines
126 B
Factor

USING: alien ;
"postgresql" "libpq" add-simple-library
PROVIDE: postgresql
{ "libpq" "postgresql" }
{ "postgresql-test" } ;