How can I place the /DEF:"Debug\File.def" option to the MSVC linker ? I thought SET_TARGET_PROPERTIES(mYtarget PROPERTIES LINK_FLAGS "/DEF:\"Debug\\File.def\"") would be a good idea, but that doesn't work. Michael Renner