[cfe-commits] r85283 - /cfe/trunk/CMakeLists.txt

Oscar Fuentes ofv at wanadoo.es
Tue Oct 27 13:05:21 PDT 2009


Douglas Gregor <dgregor at apple.com> writes:

>> -install(DIRECTORY include
>> -  DESTINATION .
>> +install(DIRECTORY include/
>> +  DESTINATION include
>> +  FILES_MATCHING
>> +  PATTERN "*.def"
>> +  PATTERN "*.h"
>> +  PATTERN "*.td"
>>   PATTERN ".svn" EXCLUDE
>>   )
>
> We also need ".inc" files?

Done. Thanks for the heads up.

-- 
Óscar




More information about the cfe-commits mailing list