From ab752cafbde3755e7a09b3ecae021a6727cb7112 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Thu, 25 Jun 2026 11:19:54 +0200 Subject: Project hierarchy overhaul --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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++ -- cgit v1.3.1