diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-01-10 11:55:35 +0100 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-01-10 11:55:35 +0100 |
commit | e61f655440d25acd003500fe3420f3bfb9c87668 (patch) | |
tree | acb93f09a83cd8572a769a4ee5d9c79cd9e7f955 | |
parent | Merge pull request #3021 (diff) | |
parent | common cmake: make sure translation_files.h is generated for i18n.cpp (diff) | |
download | monero-e61f655440d25acd003500fe3420f3bfb9c87668.tar.xz |
Merge pull request #3061
fc041b58 common cmake: make sure translation_files.h is generated for i18n.cpp (stoffu)
-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 50887e35c..7ce0229da 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -74,7 +74,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 |