diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-07-03 16:15:45 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-07-03 16:30:05 +0200 |
| commit | 5dea03465384a91466c293e55deabd0817c7e0bd (patch) | |
| tree | 7e884acb1bba09fc86487f76ea06e7e1c22781cc /CMakeLists.txt | |
| parent | Implement version ioctl and expand comments (diff) | |
Implement framebuffer object
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 52e6ceb..e12ed45 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ include(cmake/Diagnostics.cmake) add_library(drm++ SHARED "src/helper/ioctl.cpp" + "src/mode/framebuffer.cpp" "src/drm.cpp" "src/gem.cpp" "src/syncobject.cpp") |
