Nathan A. Smith wrote: > Hi, > > I was wondering if it's possible to have cmake assemble assembly code > (*.s) -- and if so how? I tried something like this: > You would use an ADD_CUSTOM_COMMAND. Cheers, Brandon Van Every