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 | |
| parent | a529f0a6c9a74a4a05205c75d5b3f726e8e58ea0 (diff) | |
| download | monzero-core-fc041b58d690803cb4dc8a42912c056a5f2c050c.tar.gz monzero-core-fc041b58d690803cb4dc8a42912c056a5f2c050c.tar.xz monzero-core-fc041b58d690803cb4dc8a42912c056a5f2c050c.zip | |
common cmake: make sure translation_files.h is generated for i18n.cpp
| -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 |
