From 54ad3b7313e8bbbdd429b89120447f7e8c800581 Mon Sep 17 00:00:00 2001 From: mpromonet Date: Sun, 3 Oct 2021 20:33:51 +0200 Subject: [PATCH] add target in cmake --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0c2868..93cc1f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,3 +29,6 @@ endif() add_subdirectory(libyuv EXCLUDE_FROM_ALL) include_directories("libyuv/include") target_link_libraries (${PROJECT_NAME} yuv) + +# install +install (TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin)