diff options
author | stoffu <stoffu@protonmail.ch> | 2018-01-04 12:24:06 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2018-01-04 12:24:06 +0900 |
commit | fc041b58d690803cb4dc8a42912c056a5f2c050c (patch) | |
tree | 64bb6c3c93707ba319b8fee3d85e44fe001a2ad8 /src | |
parent | Merge pull request #3019 (diff) | |
download | monero-fc041b58d690803cb4dc8a42912c056a5f2c050c.tar.xz |
common cmake: make sure translation_files.h is generated for i18n.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 7ad08ea83..9e2135b61 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -76,7 +76,8 @@ monero_private_headers(common monero_add_library(common ${common_sources} ${common_headers} - ${common_private_headers}) + ${common_private_headers} + DEPENDS generate_translations_header) target_link_libraries(common PUBLIC epee |