diff options
| author | xiphon <xiphon@protonmail.com> | 2020-07-09 15:13:21 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-07-09 16:42:32 +0000 |
| commit | c9d36b1302dc5caf2d1db03e8fb284cbb2255ace (patch) | |
| tree | fbf4e31e577648d55524556b21bdb3ad4e0c9359 /CMakeLists.txt | |
| parent | d93102296349f46b81c159b9f2ebe9ec75f50cb8 (diff) | |
| download | monzero-gui-c9d36b1302dc5caf2d1db03e8fb284cbb2255ace.tar.gz monzero-gui-c9d36b1302dc5caf2d1db03e8fb284cbb2255ace.tar.xz monzero-gui-c9d36b1302dc5caf2d1db03e8fb284cbb2255ace.zip | |
cmake: translations deps handling, build translations as a library
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b853d2cb..f8431d5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -514,6 +514,5 @@ if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED) endif() add_subdirectory(translations) -get_directory_property(TRANSLATIONS_QRC DIRECTORY translations DEFINITION TRANSLATIONS_QRC) add_subdirectory(src) |
