file(GLOB_RECURSE ACPICA_SRC RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.c")

add_library(acpica STATIC ${ACPICA_SRC})
