MantisBT - CMake
View Issue Details
0000034CMakepublic2003-06-27 14:022004-04-28 10:54
Ken Martin 
System Admin 
normalfeaturealways
closedfixed 
 
 
0000034: Add to GET_TARGET_PROPERTY location of target
${CMAKE_CURRENT_OUTPUT_DIR}/${CMAKE_CFG_INTDIR} is too long when we could have ${CMAKE_EXE_DIR} or something like that
No tags attached.
Issue History

Notes
(0000117)
System Admin   
2003-09-19 11:34   
This should really be option on the target to get the location of the product. For example

ADD_TARGET(foo)
GET_TARGET_PROPERTY(foolocation foo LOCATION)
then foo would have:

${CMAKE_CURRENT_OUTPUT_DIR}/${CMAKE_CFG_INTDIR}/foo${EXE_EXTENSION}
(0000990)
System Admin   
2004-04-28 10:54   
This is fixed. Test CustomCommand tests it.