Files
CMake/Source
Tim Blechmann 4a9daae483 automoc: silence linker warning on macos
when an empty `mocs_compilation.cpp` is included in a static library,
the macos linker emits a warning:
```
/Applications/Xcode13.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
file: path/To/Library.a(mocs_compilation.cpp.o) has no symbols
```

we therefore generate a globally visible weak symbol in the form of a
virtual function table
2022-06-01 12:12:08 +08:00
..
2022-05-31 11:55:10 -04:00
2022-01-21 10:59:13 -05:00
2022-05-31 00:01:08 -04:00
2021-10-27 09:24:54 -04:00