aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-07-09 15:13:21 +0000
committerxiphon <xiphon@protonmail.com>2020-07-09 16:42:32 +0000
commitc9d36b1302dc5caf2d1db03e8fb284cbb2255ace (patch)
treefbf4e31e577648d55524556b21bdb3ad4e0c9359 /CMakeLists.txt
parentd93102296349f46b81c159b9f2ebe9ec75f50cb8 (diff)
downloadmonzero-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.txt1
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)