I am learning cmake (in gnu Makefiles it is possible to specifiy the name of the object file. ) I.E. if I have a file file1.c and I want to generate two object files file1.o and file1a.o -is this possible in cmake and if so how so?