Fixing CMake compilation issue with MOC and empty vtables
MOC failed to run on some header files, resulting in empty vtables in the output library. Now I explicitly add headers to the add_library() command, to trigger MOC run on them.
MOC failed to run on some header files, resulting in empty vtables in the output library. Now I explicitly add headers to the add_library() command, to trigger MOC run on them.