mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
SET(CMAKE_SYSTEM_NAME {host_machine[system]})
|
|
|
|
SET(CMAKE_C_COMPILER "{toolchain.binaries[CC]}")
|
|
SET(CMAKE_CXX_COMPILER "{toolchain.binaries[CXX]}")
|
|
|
|
SET(CMAKE_FIND_ROOT_PATH {toolchain.root_path})
|
|
|