]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/commitdiff
Remove 'db' from CMakeList.txt
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 30 May 2016 17:54:44 +0000 (20:54 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 30 May 2016 17:54:44 +0000 (20:54 +0300)
utils/CMakeLists.txt

index 3a7115edeb384b07f5c33013fc9bb14df59d25fc..232c674ca7a39a303b574e0aded615ff2e537515 100644 (file)
@@ -1,9 +1,6 @@
 include_directories(${LIBDRM_INCLUDE_DIRS})
 link_directories(${LIBDRM_LIBRARY_DIRS})
 
 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})
 
 add_executable (testpat testpat.cpp)
 target_link_libraries(testpat kms++ kms++util ${LIBDRM_LIBRARIES})