X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/libs/crypto/CMakeLists.txt diff --git a/libs/crypto/CMakeLists.txt b/libs/crypto/CMakeLists.txt new file mode 100644 index 00000000..9b40d18b --- /dev/null +++ b/libs/crypto/CMakeLists.txt @@ -0,0 +1,6 @@ +set ( CPP_FILES bfstream.cpp ) +set ( C_FILES ag_md5.c blowfish.c ) + +add_library ( crypto STATIC ${CPP_FILES} ${C_FILES} ) + +target_include_directories ( crypto PUBLIC include )