diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-06-25 11:19:54 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-06-25 11:19:54 +0200 |
| commit | ab752cafbde3755e7a09b3ecae021a6727cb7112 (patch) | |
| tree | f7718df132f7683976c64974113d3148b43c46c5 /CMakeLists.txt | |
| parent | Bug fixes all across the project (diff) | |
Project hierarchy overhaul
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a37e540..52e6ceb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ project(drm++ include(cmake/Diagnostics.cmake) add_library(drm++ SHARED + "src/helper/ioctl.cpp" "src/drm.cpp" "src/gem.cpp" - "src/ioctl.cpp" "src/syncobject.cpp") target_include_directories(drm++ |
