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.
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