Move the post-build step that creates lldb.py.
authorZachary Turner <zturner@google.com>
Thu, 10 Jul 2014 20:37:47 +0000 (20:37 +0000)
committerZachary Turner <zturner@google.com>
Thu, 10 Jul 2014 20:37:47 +0000 (20:37 +0000)
commit026861b87d7bfbdaf31ced93e8c916008b72cce8
tree086b8887ac621f1d538595a923edb78bc77e640d
parent454955e1b3d2958140a64acb895ee904d5974e9e
Move the post-build step that creates lldb.py.

Being in lldb\source, ${CMAKE_CURRENT_BINARY_DIR} would resolve to
the build\tools\lldb\source directory.  For correct operation, and
parity with the shell script, it needs to resolve to the
build\tools\lldb\scripts directory.

llvm-svn: 212760
lldb/scripts/CMakeLists.txt
lldb/source/CMakeLists.txt