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)
commit7da04d58050fbb7606d99e37ad6d3c3519a90733
tree859f26a2700b65d01dcfc0d9b2bbc24d15a74441
parent4e752fba922b8b3a3ac8e3a9ce4cca3d3ea3ef76
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).

llvm-svn: 225321
llvm/cmake/modules/AddLLVM.cmake