Add LLVM libdir to library search path in out-of-tree builds.
commit2358080f831697487d0dadf48ee8a0772ab194f2
authorMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 11:28:52 +0000 (25 11:28 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 11:28:52 +0000 (25 11:28 +0000)
tree2e186de1ab42161172ca5d694fc0c8bc52f95fe9
parentb09770a31b76ca1f3532c325debceefb2b443607
Add LLVM libdir to library search path in out-of-tree builds.

This previously was not required because in an out-of-tree build Polly would
only build libraries (LLVMPolly, libPolly, libPollyISL, libPollyPPCG), but no
executables where the libraries would be linked to. This will change when adding
unittests in a follow-up commit.

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