aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-01-10 11:55:35 +0100
committerRiccardo Spagni <ric@spagni.net>2018-01-10 11:55:35 +0100
commite61f655440d25acd003500fe3420f3bfb9c87668 (patch)
treeacb93f09a83cd8572a769a4ee5d9c79cd9e7f955
parentMerge pull request #3021 (diff)
parentcommon cmake: make sure translation_files.h is generated for i18n.cpp (diff)
downloadmonero-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.txt3
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