Navigation Menu

Skip to content

microcai/openssl-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO USE

adding lines to cmakelists.txt

find_package(OpenSSL)
if (NOT OpenSSL_FOUND)
	add_subdirectory(3rd/openssl-cmake)
	set(OPENSSL_LIBRARIES crypto ssl)
else()
	set(OPENSSL_LIBRARIES OpenSSL::Crypto OpenSSL::SSL)
endif()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published