From 443b769670046340e266893e00f947c9ce37462f Mon Sep 17 00:00:00 2001 From: llnulldisk <48621230+llnulldisk@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:46:45 +0100 Subject: Update samples --- samples/receive-file/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samples/receive-file/CMakeLists.txt') diff --git a/samples/receive-file/CMakeLists.txt b/samples/receive-file/CMakeLists.txt index 0031c89..6f86a9c 100644 --- a/samples/receive-file/CMakeLists.txt +++ b/samples/receive-file/CMakeLists.txt @@ -16,6 +16,6 @@ if (CURL_FOUND) add_definitions(-DHAVE_CURL) endif() -add_executable(file src/main.cpp) +add_executable(receive-file src/main.cpp) -target_link_libraries(file /usr/local/lib/libTgBot.a ${CMAKE_THREAD_LIBS_INIT} ${OPENSSL_LIBRARIES} ${Boost_LIBRARIES} ${CURL_LIBRARIES}) +target_link_libraries(receive-file /usr/local/lib/libTgBot.a ${CMAKE_THREAD_LIBS_INIT} ${OPENSSL_LIBRARIES} ${Boost_LIBRARIES} ${CURL_LIBRARIES}) -- cgit v1.2.3