Skip to content

Commit

Permalink
build(cmake): install rime_patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Aug 16, 2020
1 parent f21af46 commit 166f1ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ target_link_libraries(rime_deployer
${rime_dict_library}
${rime_levers_library})

install(TARGETS rime_dict_manager DESTINATION ${BIN_INSTALL_DIR})
install(TARGETS rime_deployer DESTINATION ${BIN_INSTALL_DIR})
install(TARGETS rime_dict_manager DESTINATION ${BIN_INSTALL_DIR})

endif()

install(TARGETS rime_patch DESTINATION ${BIN_INSTALL_DIR})

file(COPY ${PROJECT_SOURCE_DIR}/data/minimal/default.yaml
DESTINATION ${EXECUTABLE_OUTPUT_PATH})
file(COPY ${PROJECT_SOURCE_DIR}/data/minimal/symbols.yaml
Expand Down

0 comments on commit 166f1ef

Please sign in to comment.