|
Hello CMake gurus.
My plugin having a routine, written in assembly which i put into a file
callgate.s
it should be added to compilation (to produce a callgate.o)
and linked into a final plugin's library together with object compiled
from plugin sources generated by VMMaker.
Any clues , what i should patch in order to achieve that?
Some linux plugins having custom
Makefile.inc
config.cmake
but i can't find a good example (yet), how i can make own, which
fullfills my needs.
--
Best regards,
Igor Stasenko AKA sig.
|