On 10/9/07, Juan Sanchez <[EMAIL PROTECTED]> wrote: > In this example, the target name foo has a different OUTPUT_NAME. How > do I tell ADD_CUSTOM_COMMAND to use the real name of the target when I > try to use the copy command within?
GET_TARGET_PROPERTY. Set a variable outside the ADD_CUSTOM_COMMAND, then use it. Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
