0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00

9 lines
260 B
CMake
Raw Normal View History

2019-10-20 01:19:24 -04:00
# Processor specification, possible values: x86_64, armv7le, aarach64, ...
set(CMAKE_SYSTEM_PROCESSOR armv7)
# Specify arch to be armv7le
set(arch gcc_ntoarmv7le)
set(ARCH_NAME armle-v7)
# Command settings for QNX
include(${CMAKE_CURRENT_LIST_DIR}/qnx.cmake)