aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-03-18 23:46:12 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-03-18 23:46:12 +0100
commit739fb93a90b4372b5b37ea80a05a29a5a6700161 (patch)
tree7c0340434d91977cbecb4ee699f9eb5e04b43bda /runtime
parent3bf57c117120327930fb39935d1672558f58d148 (diff)
parent1fb44676cd583fd9b5d8e4aff4db8d5ad954c2a5 (diff)
downloadrneovim-739fb93a90b4372b5b37ea80a05a29a5a6700161.tar.gz
rneovim-739fb93a90b4372b5b37ea80a05a29a5a6700161.tar.bz2
rneovim-739fb93a90b4372b5b37ea80a05a29a5a6700161.zip
Merge #8128 'build/windows: Simplify build requirements'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index b3907fdf37..0ae7c231af 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -42,6 +42,7 @@ foreach(PACKAGE ${PACKAGES})
nvim
WORKING_DIRECTORY "${GENERATED_PACKAGE_DIR}/${PACKNAME}"
)
+ add_dependencies(${PACKNAME}-tags nvim_runtime_deps)
add_custom_command(OUTPUT "${GENERATED_PACKAGE_DIR}/${PACKNAME}/doc/tags"
DEPENDS
@@ -80,6 +81,7 @@ add_custom_target(helptags
nvim
WORKING_DIRECTORY "${GENERATED_RUNTIME_DIR}"
)
+add_dependencies(helptags nvim_runtime_deps)
add_custom_command(OUTPUT ${GENERATED_HELP_TAGS}
DEPENDS