Skip to content

Commit

Permalink
fixup! CMake: Use PREFIX property for appending prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Dec 1, 2024
1 parent 682a3d1 commit 8feb846
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/database/bot/TgBotDatabaseImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ struct DBImpl_API TgBotDatabaseImpl : DatabaseBase {
bool loaded = false;
};

extern bool DBImpl_API TgBotDatabaseImpl_load(ConfigManager *configmgr,
TgBotDatabaseImpl *dbimpl,
CommandLine *cmdline);
extern bool TgBotDatabaseImpl_load(ConfigManager *configmgr,
TgBotDatabaseImpl *dbimpl,
CommandLine *cmdline);
2 changes: 1 addition & 1 deletion src/socket/interface/bot/TgBotSocketFileHelperNew.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include <trivial_helpers/fruit_inject.hpp>
#include <SharedMalloc.hpp>
#else
#define TgBotSocket_API
#define Socket_API
#define APPLE_INJECT(x) x
#define APPLE_EXPLICIT_INJECT(x) explicit x
#include "../../../include/SharedMalloc.hpp"
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add_my_executable(
LIBS
GTest::gtest
GTest::gmock
TestingFileGroup fruit TgBotRandom
TestingFileGroup fruit Random
TEST
)

Expand Down

0 comments on commit 8feb846

Please sign in to comment.