From 5294e6d5fa0e1fe6a3075f2cf390cfcdb7e783c8 Mon Sep 17 00:00:00 2001 From: royna2544 Date: Wed, 20 Nov 2024 00:27:13 +0900 Subject: [PATCH] tests: Fix Windows compilation --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index bbbcad9b..641b2c87 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -17,7 +17,7 @@ add_my_executable( LIBS GTest::gtest GTest::gmock - TgBotPPImpl fruit + TgBotPPImpl fruit TgBotRandom TEST )