Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeZStkyoht committed Oct 24, 2021
1 parent 1878264 commit 35cec70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ add_executable(Examples
)

target_link_libraries(Examples
NativeSmtpClient
$<TARGET_OBJECTS:NativeSmtpClient>
${CMAKE_THREAD_LIBS_INIT}
OpenSSL::SSL
)
2 changes: 1 addition & 1 deletion examples/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <SmtpClient.h>
#include "SmtpClient.h"

#include <iostream>
#include <future>
Expand Down

0 comments on commit 35cec70

Please sign in to comment.