Merge pull request #3061

fc041b58 common cmake: make sure translation_files.h is generated for i18n.cpp (stoffu)
This commit is contained in:
Riccardo Spagni 2018-01-10 11:55:35 +01:00
commit e61f655440
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 2 additions and 1 deletions

View File

@ -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