mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
common cmake: make sure translation_files.h is generated for i18n.cpp
This commit is contained in:
parent
a529f0a6c9
commit
fc041b58d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user