瀏覽代碼

Merge pull request #13120 from jakesmith/hpcc-23073-vscode-cmake-localinstall

HPCC-23073 Add target localinstall (mainly for vscode-cmake-tools)

Reviewed-By: Michael Gardner <michael.gardner@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 5 年之前
父節點
當前提交
ce3e23b3e3
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CMakeLists.txt

+ 4 - 0
CMakeLists.txt

@@ -508,4 +508,8 @@ configure_file(
 add_custom_target(uninstall
     COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake)
 
+add_custom_target(localinstall
+	COMMAND $(MAKE) install
+    )
+
 include(CPack)