Skip to content

Commit

Permalink
Adjust translation installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoru committed Nov 21, 2020
1 parent 9e83884 commit 2bb29bd
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ install(TARGETS bmhelper
RUNTIME
DESTINATION .)

install (DIRECTORY translations
DESTINATION i18n
FILES_MATCHING PATTERN "*.mo")
install (DIRECTORY i18n
DESTINATION .
FILES_MATCHING PATTERN "*.mo")

#install(CODE [[
# file(GET_RUNTIME_DEPENDENCIES
# EXECUTABLES
# bmhelper)]])
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2bb29bd

Please sign in to comment.