[Cmake] Re: What if I _don't_ want link libraries propagated to SUBDIRS?
Terry Lorber
tlorber at atlantiscomp.com
Thu, 15 Jan 2004 15:42:11 -0500
Poking around in ${CMAKE_ROOT}\Modules\Platform\Windows-cl.cmake I found
these lines:
SET(CMAKE_CXX_LINK_EXECUTABLE
"<CMAKE_CXX_COMPILER> /nologo ${CMAKE_START_TEMP_FILE} <FLAGS>
<OBJECTS> /Fe<TARGET> -link <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS>
<LINK_LIBRARIES>${CMAKE_END_TEMP_FILE}")
Can I set any of the <...> stuff using SET_TARGET_PROPERTIES? Is
LINK_FLAGS the only property that is valid for an executable target?
Thanks.
tgl
--
Atlantis Components Inc 270 Third St
617.661.9799x248 Cambridge MA 02142