1c2bd343ff
Backing stores and eviction algorithms will be included here. Exactly one must be chosen, with a default option to leave the implementation to the application. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
6 lines
137 B
CMake
6 lines
137 B
CMake
# Copyright (c) 2020 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory(eviction)
|
|
add_subdirectory(backing_store)
|