]> git.stg.codes - stg.git/blobdiff - libs/crypto/CMakeLists.txt
Restructure libs.
[stg.git] / libs / crypto / CMakeLists.txt
diff --git a/libs/crypto/CMakeLists.txt b/libs/crypto/CMakeLists.txt
deleted file mode 100644 (file)
index 9b40d18..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-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 )