aboutsummaryrefslogtreecommitdiff
path: root/example/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'example/CMakeLists.txt')
-rw-r--r--example/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index 29a77675..f619b97f 100644
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -8,13 +8,5 @@ add_executable(example
target_link_libraries(example
wlr-backend
-)
-
-add_executable(example-drm
- example-drm.c
-)
-
-target_link_libraries(example-drm
- wlr-backend
wlr-session
)