-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillacmakeBuild system in general and CMake in particularBuild system in general and CMake in particularwontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid
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".
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillacmakeBuild system in general and CMake in particularBuild system in general and CMake in particularwontfixIssue is real, but we can't or won't fix it. Not invalidIssue is real, but we can't or won't fix it. Not invalid