diff options
| author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-12 09:50:16 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-16 21:47:51 +0300 |
| commit | 6f5d1817fdb305b9f63a5e8abfbcf46da41d3245 (patch) | |
| tree | 6b051db8df89e311402ae641422df5c1cfe42ab5 /utils/CMakeLists.txt | |
| parent | 506fa7c682a59558333c27b79dd8a6adbfd3978a (diff) | |
utils: add wbm2m
Diffstat (limited to 'utils/CMakeLists.txt')
| -rw-r--r-- | utils/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt index ece8c67..dd95f70 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -21,3 +21,6 @@ target_link_libraries(kmsblank kms++ kms++util ${LIBDRM_LIBRARIES}) add_executable (wbcap wbcap.cpp) target_link_libraries(wbcap kms++ kms++util ${LIBDRM_LIBRARIES}) + +add_executable (wbm2m wbm2m.cpp) +target_link_libraries(wbm2m kms++ kms++util ${LIBDRM_LIBRARIES}) |
