diff options
author | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-09-28 21:59:29 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2015-09-28 22:00:14 +0300 |
commit | 894a73b74b92c7eca07a954443750df23845a579 (patch) | |
tree | 6d41d26827f6fd036963be0f1d851d9d3d02ac24 /testpat/CMakeLists.txt | |
parent | 912572f455dc10a88fd0aeca22cd97acc7a64b9b (diff) |
move db and testpat to tests/
Diffstat (limited to 'testpat/CMakeLists.txt')
-rw-r--r-- | testpat/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testpat/CMakeLists.txt b/testpat/CMakeLists.txt deleted file mode 100644 index aed4371..0000000 --- a/testpat/CMakeLists.txt +++ /dev/null @@ -1,6 +0,0 @@ -include_directories(${LIBDRM_INCLUDE_DIRS}) -link_directories(${LIBDRM_LIBRARY_DIRS}) - -add_executable (testpat testpat.cpp) - -target_link_libraries(testpat kms++ ${LIBDRM_LIBRARIES}) |