llvm-6502/cmake
Oscar Fuentes d442ab87b3 CMake: Report an error if there is an unknown .cpp file in a source
directory.

This is useful in case someone who works with the config&make build
system forgot to add a file to its CMakeLists.txt. Instead of
obtaining undefined references at link time, cmake will complain at
configure time on the first build after a svn update.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85817 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-02 19:11:03 +00:00
..
modules CMake: Report an error if there is an unknown .cpp file in a source 2009-11-02 19:11:03 +00:00
config-ix.cmake Teach cmake that mk[sd]temp is defined in stdlib.h on some systems. 2009-10-28 18:37:31 +00:00
README CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00

See docs/CMake.html for instructions on how to build LLVM with CMake.