Skip to content

Don't build Record and UnitTest as shared libraries

Bram Veenboer requested to merge cleanup-build into master

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.

Merge request reports