Skip to content

cmake should use globbing rather than listing all files in CMakeLists.txt #4899

Closed
@llvmbot

Description

@llvmbot
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

No one assigned

    Labels

    bugzillaIssues migrated from bugzillacmakeBuild system in general and CMake in particularwontfixIssue is real, but we can't or won't fix it. Not invalid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions