mirror of https://github.com/krallin/tini.git
Add install rule in cmake
This commit is contained in:
parent
1c52aee22c
commit
04c650339e
|
@ -27,3 +27,6 @@ configure_file (
|
|||
include_directories ("${PROJECT_BINARY_DIR}")
|
||||
|
||||
add_executable (tini src/tini.c)
|
||||
|
||||
# Installation
|
||||
install (TARGETS tini DESTINATION bin)
|
||||
|
|
Loading…
Reference in New Issue