mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 18:21:26 +00:00
It is now the platform who is responsible to: - correctly add the toolchains as needed - setup the cross environment - create the cross files.
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
SET(CMAKE_SYSTEM_NAME {host_machine[system]})
|
|
|
|
SET(CMAKE_C_COMPILER "{binaries[CC]}")
|
|
SET(CMAKE_CXX_COMPILER "{binaries[CXX]}")
|
|
|
|
SET(CMAKE_FIND_ROOT_PATH {root_path})
|
|
|