From 894a73b74b92c7eca07a954443750df23845a579 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 28 Sep 2015 21:59:29 +0300 Subject: move db and testpat to tests/ --- db/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 db/CMakeLists.txt (limited to 'db/CMakeLists.txt') 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}) -- cgit v1.2.3