Skip to content

Commit

Permalink
make library static instead of shared
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeZStkyoht authored Nov 9, 2021
1 parent 35cec70 commit 3aa5896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if(BUILD_EXAMPLES)
add_subdirectory(examples)
endif()

add_library(${PROJECT_NAME} SHARED
add_library(${PROJECT_NAME} STATIC
src/MailAddress.cpp
src/Mail.cpp
src/SmtpClient.cpp
Expand Down

0 comments on commit 3aa5896

Please sign in to comment.