diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-02-18 03:32:57 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-01 14:03:58 +0100 |
commit | 5c421080f8d993b0a825a22dc3474e40db4d780d (patch) | |
tree | f3e1165fb4a37c08c704b817db8719ab91810f51 /src | |
parent | 500454227f6a55d0497ac837669736e9eff482a7 (diff) | |
download | rneovim-5c421080f8d993b0a825a22dc3474e40db4d780d.tar.gz rneovim-5c421080f8d993b0a825a22dc3474e40db4d780d.tar.bz2 rneovim-5c421080f8d993b0a825a22dc3474e40db4d780d.zip |
win/package: runtime files
runtime/plugin/gui_shim.vim is from Neovim-Qt. This is a temporary
measure, we will add real UI events which obviate gui_shim.vim.
Closes #6145
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/CMakeLists.txt b/src/nvim/CMakeLists.txt index b2a6966642..df596ea3d6 100644 --- a/src/nvim/CMakeLists.txt +++ b/src/nvim/CMakeLists.txt @@ -334,7 +334,6 @@ if(WIN32) COMMAND ${CMAKE_COMMAND} -E copy "${DEPS_PREFIX}/bin/platforms/qwindows.dll" ${PROJECT_BINARY_DIR}/windows_runtime_deps/platforms/ ) - add_dependencies(nvim_runtime_deps external_blobs) endif() |