mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
Fix translations header generation when cross-compilating
Define generate_translations_header as an external project to be able to use the compilation toolchain for the host instead of the toolchain for the target.
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.7)
|
||||
|
||||
project(translations)
|
||||
|
||||
add_executable(generate_translations_header generate_translations_header.c)
|
||||
|
||||
find_program(LRELEASE lrelease)
|
||||
|
||||
Reference in New Issue
Block a user