[CMake] Linking object files into executable target

Alexander Neundorf a.neundorf-work at gmx.net
Wed Dec 10 16:56:50 EST 2008


On Wednesday 10 December 2008, Colin D Bennett wrote:
> On Tue, 9 Dec 2008 22:26:11 -0800
>
> Colin D Bennett <colin at gibibit.com> wrote:
> > The problem is that CMake is *silently* ignoring the request to link
> > the object file into the executable target with ADD_EXECUTABLE().
>
> I forgot to include the CMake/SDCC toolchain file I'm using, which
> might be of help:

I think we should try to get the assembler working as assembler. I.e. 
enable_language(ASM...)
I will have a closer look in the next days.
You can have a look at the other assembler support files in CMake/Modules/.
I guess we'll have to create a ASM_SDCC "language".

Alex


More information about the CMake mailing list