0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 08:41:02 +08:00
2019-10-20 01:19:24 -04:00

9 lines
267 B
CMake

# Processor specification, possible values: x86_64, armv7le, aarach64, ...
set(CMAKE_SYSTEM_PROCESSOR aarch64)
# Specify arch to be aarch64le
set(arch gcc_ntoaarch64le)
set(ARCH_NAME aarch64le)
# Command settings for QNX
include(${CMAKE_CURRENT_LIST_DIR}/qnx.cmake)