Fix: [CMake] cross-compiling requires native tools

This commit is contained in:
glx22
2020-07-01 02:52:32 +02:00
committed by Owen Rudge
parent 0b2dd2c5cd
commit a06fe8e8a7
6 changed files with 45 additions and 23 deletions

View File

@@ -127,6 +127,9 @@ add_custom_target(find_version
BYPRODUCTS ${GENERATED_SOURCE_FILES}
)
# An empty target for the tools
add_custom_target(tools)
include(SourceList)
include(Endian)
add_endian_definition()