[CMake] The /DEF-option of MSVC-link

Micha Renner Micha.Renner at t-online.de
Tue Jan 29 05:30:00 EST 2008


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



More information about the CMake mailing list