]> granicus.if.org Git - clang/commit
Add header files to CMake build solution. It use globing so it doesn't need to be...
authorCedric Venet <cedric.venet@laposte.net>
Sun, 2 Nov 2008 16:28:53 +0000 (16:28 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Sun, 2 Nov 2008 16:28:53 +0000 (16:28 +0000)
commitfe2f808a51f1d3f74510f5bbd5198671dc7631a5
tree1f962e34dd7c8306334257ea8e6b5754bc1b7c65
parent04b90bc00fc6ce8bc6c559e56220ceb77cdbccf6
Add header files to CMake build solution. It use globing so it doesn't need to be manually maintained, but it won't automatically detect a new header. I think this is a good compromise for the header files, since there presence in the solution is just an help for the user. Moreover, a new header is often introduced with a new cpp source file which need a makefile change, which will regenerate the solution and detect the new header.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58566 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt