diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-08-11 22:12:43 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-08-11 22:35:26 +0300 |
commit | a740efaa0c3545afb3dbf77739fc83bf30e574b9 (patch) | |
tree | 201660010430449879b8d662563e4edb8ec94eec /utils | |
parent | 2754279db8d359b0c6d846c1e8f851e1ef90bb43 (diff) |
add basic cmake install system
Diffstat (limited to 'utils')
-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 dd95f70..0b15481 100644 --- a/utils/CMakeLists.txt +++ b/utils/CMakeLists.txt @@ -24,3 +24,6 @@ target_link_libraries(wbcap kms++ kms++util ${LIBDRM_LIBRARIES}) add_executable (wbm2m wbm2m.cpp) target_link_libraries(wbm2m kms++ kms++util ${LIBDRM_LIBRARIES}) + +install(TARGETS testpat kmsprint fbtestpat + DESTINATION bin) |