diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-11-26 18:08:29 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-11-26 22:45:18 +0200 |
commit | 78dcdf517390e31b80c13b27107a8a29e9ee861e (patch) | |
tree | 1ea22aa10dca891904d66d82ea83286937ee69c7 /tests/CMakeLists.txt | |
parent | f969a222670b9046727acf227f2f6435475302d2 (diff) |
remove the old cmdoptions.h
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 092220f..e18081a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -12,5 +12,3 @@ target_link_libraries(kmsview kms++ kmstest ${LIBDRM_LIBRARIES}) add_executable (kmsprint kmsprint.cpp) target_link_libraries(kmsprint kms++ kmstest ${LIBDRM_LIBRARIES}) - -add_executable (optiontester optiontester.cpp) |