Don't build Record and UnitTest as shared libraries
When building the library Record.so
and UnitTest.so
are build, which is not needed. The CMake is updated so that they are now build as object libraries.
When building the library Record.so
and UnitTest.so
are build, which is not needed. The CMake is updated so that they are now build as object libraries.