Lots of tests have files moved around to match the default libsrc directory that contains the source code for the static library archive. The actual implementation of this feature is quite small in xcommon.cmake and there's a new test to make sure we compile all the required additional source files.
Fixes #154
Lots of tests have files moved around to match the default
libsrc
directory that contains the source code for the static library archive. The actual implementation of this feature is quite small inxcommon.cmake
and there's a new test to make sure we compile all the required additional source files.