diff options
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 e12ed45..492bd1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ include(cmake/Diagnostics.cmake) add_library(drm++ SHARED "src/helper/ioctl.cpp" "src/mode/framebuffer.cpp" + "src/mode/mode.cpp" "src/drm.cpp" "src/gem.cpp" "src/syncobject.cpp") |
