]> git.stg.codes - stg.git/blobdiff - libs/crypto/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / libs / crypto / CMakeLists.txt
diff --git a/libs/crypto/CMakeLists.txt b/libs/crypto/CMakeLists.txt
new file mode 100644 (file)
index 0000000..9b40d18
--- /dev/null
@@ -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 )