diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-13 22:53:05 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-13 22:53:05 +0500 |
| commit | 49e41eaff5c219e4e8452188f19974bf019c33e4 (patch) | |
| tree | cca626b4ca36185df44524cb78eabd4ccaa70993 | |
| parent | 2563c1da7d24a0674d68827b03ba6f4765a1f9fb (diff) | |
upd: set output name to redpilledbot
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 759ab4b..be64a63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ add_executable(Bot) set_target_properties( Bot PROPERTIES DESCRIPTION ${PROJECT_DESCRIPTION} - OUTPUT_NAME "redpilled-bot_${PROJECT_VERSION}" + OUTPUT_NAME "redpilledbot" ) file(GLOB_RECURSE SRC_FILES "src/*.cpp" "src/*.h" "src/*.hpp") |
