Douglas Gregor <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
