taocpp / taopq

C++ client library for PostgreSQL
Boost Software License 1.0
265 stars 40 forks source link

Cmake support #1

Closed bouassaba closed 7 years ago

bouassaba commented 7 years ago

Hello,

With this pull request, I added CMake support to make the project easy to build on multiple platforms. For my use case I wanted to build the project in Windows and get a Visual Studio solution without having to install gnu win32 tools like make. Having CMake support will allow people to use their available/favourite build system easily. Thanks.

Best, Anass

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 96.028% when pulling 764390e0c2903998555f30584939442e0b5d9b28 on anass-b:cmake-support into b2e9ee46ada24d7b5d683c477c6d8916d1a5ea41 on taocpp:master.