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

9 lines
260 B
CMake

# 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)