broken unit tests and nsxqt build with ninja
When building with ninja
the cmake ADD_CUSTOM_COMMAND
command which copy the nsx
header files to build/include/nsxlib
is not executed right after the nsx
target has been built. This triggers missing headers for the unit tests build. This does not occur with a make
build.