mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
5 lines
180 B
Text
5 lines
180 B
Text
|
# Include "arm" directory only for ARM CPUs
|
||
|
if(("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "^armv.*") OR ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "aarch64"))
|
||
|
add_subdirectory(arm)
|
||
|
endif()
|