From b42225378aab98fe1f25b6ef7a4952bf5851cdd9 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 7 Mar 2019 09:55:58 +0100 Subject: [PATCH] Adding a make install target Fixes #96 --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09e2bed..f8a5df9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,3 +124,5 @@ add_executable(precomp ${GIF_SRC} ${BZIP_SRC} ${ZLIB_SRC} ${PACKARI_SRC} if (UNIX) target_link_libraries(precomp Threads::Threads) endif() + +install(TARGETS precomp DESTINATION bin) \ No newline at end of file