diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-30 20:54:44 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-30 20:54:44 +0300 |
commit | 348c7d851d35d0a28e34b08d5c445802c50445a3 (patch) | |
tree | 5549c2e5f08bb0d6d5a001f91b9b4aa62382fcad | |
parent | cabde01acb850a8680c52353f20591d003f0c3f0 (diff) |
Remove 'db' from CMakeList.txt
-rw-r--r-- | utils/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index 3a7115e..232c674 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -1,9 +1,6 @@ include_directories(${LIBDRM_INCLUDE_DIRS}) link_directories(${LIBDRM_LIBRARY_DIRS}) -add_executable (db db.cpp) -target_link_libraries(db kms++ kms++util ${LIBDRM_LIBRARIES}) - add_executable (testpat testpat.cpp) target_link_libraries(testpat kms++ kms++util ${LIBDRM_LIBRARIES}) |