1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/utils/llvm-lit/CMakeLists.txt
Hans Wennborg 6ea73f0a52 Remove llvm-lit from the cmake install target.
Since it's an llvm-internal tool, we shouldn't install it.

llvm-svn: 188976
2013-08-22 01:34:09 +00:00

5 lines
70 B
CMake

configure_file(
llvm-lit.in
${LLVM_TOOLS_BINARY_DIR}/llvm-lit
)