summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-06-25 11:19:54 +0200
committerPancakeTAS <pancake@mgnet.work>2026-06-25 11:19:54 +0200
commitab752cafbde3755e7a09b3ecae021a6727cb7112 (patch)
treef7718df132f7683976c64974113d3148b43c46c5 /CMakeLists.txt
parentBug fixes all across the project (diff)
Project hierarchy overhaul
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
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++