How to link a test with a library as obtained in the build directory,
not with the installed version, which may be outdated?
Disclosure: cross-posted from https://stackoverflow.com/questions/56328326.
== Use case ==
Suppose
cmake; make; ctest; make install
works fine:
- generates libA,
- ru
I misspoke. I meant that what you want to do with the custom commands
was supported by CMake.
Adding support for extra languages to CMake requires modifications at
the C++ level, if you want full support. Things such as installing,
and generator expressions require C++ level changes.
On Sat, May