Initial commit

This commit is contained in:
2021-12-01 20:31:53 +00:00
commit 2f44ccc3a7
106 changed files with 9333 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
find_package(OpenSSL REQUIRED)
target_link_libraries("${puzzle_name}" OpenSSL::SSL)