3 lines
84 B
Plaintext
3 lines
84 B
Plaintext
find_package(OpenSSL REQUIRED)
|
|
target_link_libraries("${puzzle_name}" OpenSSL::SSL)
|