mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
Merge pull request #3061
fc041b58
common cmake: make sure translation_files.h is generated for i18n.cpp (stoffu)
This commit is contained in:
commit
e61f655440
@ -74,7 +74,8 @@ monero_private_headers(common
|
|||||||
monero_add_library(common
|
monero_add_library(common
|
||||||
${common_sources}
|
${common_sources}
|
||||||
${common_headers}
|
${common_headers}
|
||||||
${common_private_headers})
|
${common_private_headers}
|
||||||
|
DEPENDS generate_translations_header)
|
||||||
target_link_libraries(common
|
target_link_libraries(common
|
||||||
PUBLIC
|
PUBLIC
|
||||||
epee
|
epee
|
||||||
|
Loading…
Reference in New Issue
Block a user