Skip to content

Commit

Permalink
feat: install jdtls server
Browse files Browse the repository at this point in the history
add jdtls install code in assets cmake

Log:
Change-Id: I0f497f01201571ae67141cd8f6ec0fe71a197568
  • Loading branch information
deepin-mozart committed Jul 6, 2023
1 parent 7ca6af6 commit cfc3f05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ endif()

file(GLOB QM_FILES "translations/*.qm")
install(FILES ${QM_FILES} DESTINATION "${SOURCES_INSTALL_RPEFIX}/translations")

# install tools
set(TOOL_INSTALL_PATH "/usr/lib/${CMAKE_LIBRARY_ARCHITECTURE}/${CMAKE_PROJECT_NAME}/tools/env")
message("tool install path: ${TOOL_INSTALL_PATH}")
file(GLOB TOOL_FILES "${CMAKE_SOURCE_DIR}/assets/tools/*.tar.gz")
message(STATUS "TOOL_FILES ${TOOL_FILES}")
install(FILES ${TOOL_FILES} DESTINATION ${TOOL_INSTALL_PATH})

0 comments on commit cfc3f05

Please sign in to comment.