mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
9 lines
155 B
CMake
9 lines
155 B
CMake
|
|
if(NOT ARCH STREQUAL "arm")
|
|
add_subdirectory(acpi)
|
|
endif()
|
|
add_subdirectory(isapnp)
|
|
add_subdirectory(pci)
|
|
add_subdirectory(pcix)
|
|
add_subdirectory(pcmcia)
|