Since no one has yet replied, I will comment that this workflow is
much like what Qt does with the moc (meta-object-compiler) and uic
tools. Looking at the FindQt4.cmake and the referenced
Qt4Macros.cmake files, it seems like these could provide some
examples to follow...
... though its true the
Hi
I'm working on a project which is completely portable,
except of one COM wrapper Dll which should be built only on windows.
To be consistent with the other parts I also want to build this COM Dll
using CMake
like I do we the rest of the project.
However I don't know how to do this "MS magic"