From 49e41eaff5c219e4e8452188f19974bf019c33e4 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 13 May 2024 22:53:05 +0500 Subject: upd: set output name to redpilledbot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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") -- cgit v1.2.3