How to add_executable(targetB MACOSX_BUNDLE targetB.cc targetA) ?

If I may jump in here for a sec. This is very similar to my question here. So, what you are suggesting is to build one of the executables as MACOSX_BUNDLE and install the second on in the Contents/MacOS folder next to it, right?