cmake: implement translations support

This commit is contained in:
xiphon
2020-06-30 17:07:35 +00:00
parent c8f4355e15
commit a00ed6a75a
3 changed files with 27 additions and 2 deletions

View File

@@ -441,6 +441,9 @@ if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED)
endif()
endif()
add_subdirectory(translations)
get_directory_property(TRANSLATIONS_QRC DIRECTORY translations DEFINITION TRANSLATIONS_QRC)
add_subdirectory(src)
# Required to make wallet_merged build before the gui