]> git.stg.codes - stg.git/blob - libs/crypto/CMakeLists.txt
9b40d18b6987a774c9869d9448d4987b73466257
[stg.git] / libs / crypto / CMakeLists.txt
1 set ( CPP_FILES bfstream.cpp )
2 set ( C_FILES ag_md5.c blowfish.c )
3
4 add_library ( crypto STATIC ${CPP_FILES} ${C_FILES} )
5
6 target_include_directories ( crypto PUBLIC include )