From a740efaa0c3545afb3dbf77739fc83bf30e574b9 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 11 Aug 2016 22:12:43 +0300 Subject: add basic cmake install system --- utils/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils') 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) -- cgit v1.2.3