]> granicus.if.org Git - clang/commit
cmake: Only export targets in the standalone build
authorReid Kleckner <reid@kleckner.net>
Wed, 5 Nov 2014 23:51:45 +0000 (23:51 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 5 Nov 2014 23:51:45 +0000 (23:51 +0000)
commitc8eb29bfa241a19d0bbaa9226d2b0fe7a7bd9e2d
treeabb3807b17dd20e6bd73829ae33834f30a0098e2
parent732ef3c0f52159b91a8147005478b32551e516d7
cmake: Only export targets in the standalone build

Trying to fix bots that didn't like the fact that I exported targets
that depended on LLVM without exporting targets from LLVM.

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