> Is there anyway to tell a target generated with ADD_LIBRARY that the > source file used as an input is the output of a custom command and > therefore might not exist (yet)? SET_SOURCE_FILES_PROPERTIES(src1 src2 ... GENERATED) -Brad