cmake: Fix 'examples' target after r225319
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 6 Jan 2015 23:52:35 +0000 (23:52 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 6 Jan 2015 23:52:35 +0000 (23:52 +0000)
commita511d71d157ccca5400c07f7160da21ced8d2634
tree59fe1d117a749cc4bab2e3a29686894dc140b5d2
parent82f16e76be08e140b86af371e201d9806ba10b2d
cmake: Fix 'examples' target after r225319

Add the missing `DEPENDS` keyword.  r225319 did almost the right thing
(I didn't notice the problem with it because `Kaleidoscope-Ch8` wasn't
building at all).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225321 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake