tarantool / tntcxx

Tarantool C++ connector
Other
8 stars 6 forks source link

Build: create `tntcxx::tntcxx` interface library target #65

Closed CuriousGeorgiy closed 11 months ago

CuriousGeorgiy commented 12 months ago

Currently, using our library in one's CMake project is a mess. It requires manually linking against our dependencies and manually adding include directories.

To fix this, let's add a tntcxx::tntcxx interface target, linking against would be enough to use our library in one's CMake project.

Closes #44

drewdzzz commented 11 months ago

Don't forget to update README.

CuriousGeorgiy commented 11 months ago

@drewdzzz done.