summaryrefslogtreecommitdiff
path: root/db/CMakeLists.txt
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@iki.fi>2015-09-28 21:59:29 +0300
committerTomi Valkeinen <tomi.valkeinen@iki.fi>2015-09-28 22:00:14 +0300
commit894a73b74b92c7eca07a954443750df23845a579 (patch)
tree6d41d26827f6fd036963be0f1d851d9d3d02ac24 /db/CMakeLists.txt
parent912572f455dc10a88fd0aeca22cd97acc7a64b9b (diff)
move db and testpat to tests/
Diffstat (limited to 'db/CMakeLists.txt')
-rw-r--r--db/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/db/CMakeLists.txt b/db/CMakeLists.txt
deleted file mode 100644
index 91ab888..0000000
--- a/db/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-include_directories(${LIBDRM_INCLUDE_DIRS})
-link_directories(${LIBDRM_LIBRARY_DIRS})
-
-add_executable (db db.cpp)
-
-target_link_libraries(db kms++ ${LIBDRM_LIBRARIES})