mirror of
https://onedev.site.tesses.net/Dependencies/DebBuilder
synced 2026-02-08 10:05:46 +00:00
8 lines
398 B
CMake
8 lines
398 B
CMake
set(CMAKE_C_COMPILER "arm-linux-gnueabihf-gcc")
|
|
set(CMAKE_CXX_COMPILER "arm-linux-gnueabihf-g++")
|
|
set(CMAKE_SYSTEM_NAME Linux)
|
|
set(CMAKE_SYSTEM_PROCESSOR arm)
|
|
set(CMAKE_FIND_ROOT_PATH /usr/lib/arm-linux-gnueabihf)
|
|
set(CMAKE_INSTALL_LIBDIR "lib/arm-linux-gnueabihf")
|
|
set(TOOLCHAIN_PREFIX arm-linux-gnueabihf-)
|
|
set(ENV{PKG_CONFIG_LIBDIR} "/usr/lib/arm-linux-gnueabihf/pkgconfig:/usr/share/pkgconfig") |