diff options
author | Willian Z <Willian@Willian-Zhang.com> | 2022-04-24 21:30:21 +0800 |
---|---|---|
committer | Willian Z <Willian@Willian-Zhang.com> | 2022-04-24 21:30:21 +0800 |
commit | bf1dabe29f0a2de8d613b94bde87ed624ce03865 (patch) | |
tree | 47efcecc060324877a7f2f73e589d8af8a40fa33 | |
parent | 4bb24f6d8559767babc2c6574d85b0ce4514ef34 (diff) |
fix cmake no install
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d10c451..f739d7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,3 +3,4 @@ cmake_minimum_required(VERSION 3.10) project(mbw VERSION 1.4.1) add_executable(mbw mbw.c) +install(TARGETS mbw DESTINATION bin) |