Adding a make install target

Fixes #96
This commit is contained in:
Christian Schneider 2019-03-07 09:55:58 +01:00
parent 75493405d7
commit b42225378a

View file

@ -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)