Add install rule in cmake

This commit is contained in:
Thomas Orozco 2015-04-04 16:07:33 +02:00
parent 1c52aee22c
commit 04c650339e
1 changed files with 3 additions and 0 deletions

View File

@ -27,3 +27,6 @@ configure_file (
include_directories ("${PROJECT_BINARY_DIR}")
add_executable (tini src/tini.c)
# Installation
install (TARGETS tini DESTINATION bin)