aboutsummaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-11-11 18:38:36 -0800
committerbunnei <bunneidev@gmail.com>2022-03-24 18:13:32 -0700
commitc723db39c7a508ca6445c328ab85f506bce4927a (patch)
tree03c040fcb33c81001464db349ecbecd5542a9fb0 /src/core/CMakeLists.txt
parentd13e18a8edfb6f26026acb72db426f651ab80ef2 (diff)
hle: nvflinger: Add implementation for BufferItem class.
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 367d44cf3..a1139068d 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -538,6 +538,7 @@ add_library(core STATIC
hle/service/nvflinger/buffer_queue.cpp
hle/service/nvflinger/buffer_queue.h
hle/service/nvflinger/binder.h
+ hle/service/nvflinger/buffer_item.h
hle/service/nvflinger/buffer_queue_defs.h
hle/service/nvflinger/buffer_transform_flags.h
hle/service/nvflinger/consumer_listener.h