summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-06-23 21:12:55 +0200
committerPancakeTAS <pancake@mgnet.work>2026-06-23 21:24:11 +0200
commit5f3f95c67d86cf82ae32d6821b283724eba8b293 (patch)
treec4b48c98bbef45512712059af966b79ae2bd1c2e /CMakeLists.txt
parentSignificantly reduce line count and code duplication (diff)
Implement GEM objects and dumb buffers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 497f394..a23eddd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,6 +8,7 @@ project(drm++
include(cmake/Diagnostics.cmake)
add_library(drm++ SHARED
+ "src/gem.cpp"
"src/ioctl.cpp"
"src/syncobject.cpp")