Closed
Description
Bugzilla Link | 4527 |
Resolution | WONTFIX |
Resolved on | Feb 22, 2010 12:53 |
Version | trunk |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
CC | @oscarfv |
Extended Description
Every time someone adds a new .cpp file, the cmake build breaks because
they inevitably forget to add the file to CMakeLists.txt. In almost all
LLVM directories you want to build all .cpp files in it, so it seems silly
to have to list all files in CMakeLists.txt rather than doing something
like "*.cpp".