diff options
author | rezso <rezso@rezso.net> | 2020-02-08 18:08:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-08 18:08:06 (GMT) |
commit | 34d1bf2f1dcc138f7cb3a54daf771931cd799785 (patch) | |
tree | d3c139b7fb4e68658647f08e1c0962a4f98773ff /CMakeLists.txt | |
parent | 4853c4d6f15a5f2314e754c5ac92fbeae05531a8 (diff) | |
download | Ninja-34d1bf2f1dcc138f7cb3a54daf771931cd799785.zip Ninja-34d1bf2f1dcc138f7cb3a54daf771931cd799785.tar.gz Ninja-34d1bf2f1dcc138f7cb3a54daf771931cd799785.tar.bz2 |
Add install target to CMake build
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60fd8a1..2285357 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,3 +127,5 @@ endforeach() enable_testing() add_test(NinjaTest ninja_test) + +install(TARGETS ninja DESTINATION bin) |