diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-06-23 21:12:55 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-06-23 21:24:11 +0200 |
| commit | 5f3f95c67d86cf82ae32d6821b283724eba8b293 (patch) | |
| tree | c4b48c98bbef45512712059af966b79ae2bd1c2e /CMakeLists.txt | |
| parent | Significantly reduce line count and code duplication (diff) | |
Implement GEM objects and dumb buffers
Diffstat (limited to '')
| -rw-r--r-- | CMakeLists.txt | 1 |
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") |
