diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-11-26 18:07:36 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-11-26 22:45:18 +0200 |
commit | f969a222670b9046727acf227f2f6435475302d2 (patch) | |
tree | eb3bc21860ff282c9e76ff98cac273a60b512dcd /tests/CMakeLists.txt | |
parent | a2802a8686b1ed46bed35305326c730ac5d728a1 (diff) |
kmsprint: use the new option parser
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9f6a60c..092220f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -11,6 +11,6 @@ add_executable (kmsview kmsview.cpp) target_link_libraries(kmsview kms++ kmstest ${LIBDRM_LIBRARIES}) add_executable (kmsprint kmsprint.cpp) -target_link_libraries(kmsprint kms++ ${LIBDRM_LIBRARIES}) +target_link_libraries(kmsprint kms++ kmstest ${LIBDRM_LIBRARIES}) add_executable (optiontester optiontester.cpp) |