mirror of
https://github.com/SOCI/soci.git
synced 2026-05-13 15:19:07 -05:00
b6d97ffa6f
First set of changes incorporating new structure of source tree. It also applies some of changes planned as part of buried headers feature #25 Work in progress, requires testing before merging into develop branch
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
project PostgreSQL_Client is
|
|
for Externally_Built use "true";
|
|
for Source_Dirs use ();
|
|
for Library_Dir use "/usr/local/lib";
|
|
for Library_Name use "pq";
|
|
for Library_Kind use "static";
|
|
end PostgreSQL_Client;
|
|
|