# Copyright (C) 2023 Advanced Micro Devices, Inc.  All rights reserved.
# SPDX-License-Identifier: MIT

collect (PROJECT_LIB_HEADERS xplm_module.h)
collect (PROJECT_LIB_HEADERS xplm_hooks.h)
collect (PROJECT_LIB_HEADERS xplm_startup.h)
collect (PROJECT_LIB_HEADERS xplm_proc.h)
collect (PROJECT_LIB_HEADERS xplm_sem_init.h)
collect (PROJECT_LIB_HEADERS xplm_loader.h)
collect (PROJECT_LIB_HEADERS xplm_stl.h)
collect (PROJECT_LIB_HEADERS xplm_pm.h)

collect (PROJECT_LIB_SOURCES xplm_proc.c)
collect (PROJECT_LIB_SOURCES xplm_startup.c)
collect (PROJECT_LIB_SOURCES xplm_stl.c)
collect (PROJECT_LIB_SOURCES xplm_main.c)
collect (PROJECT_LIB_SOURCES xplm_pm.c)
collect (PROJECT_LIB_SOURCES xplm_module.c)
collect (PROJECT_LIB_SOURCES xplm_loader.c)
collect (PROJECT_LIB_SOURCES xplm_sem_init.c)
