Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: crypto/CMakeLists.txt

Issue 660204: Upgrade to tpm-emulator version 0.7. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config.h.in ('k') | crypto/bn.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/CMakeLists.txt
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..252b910f52c5897ae4c94f6264cdb16045cd1299
--- /dev/null
+++ b/crypto/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Software-based Trusted Platform Module (TPM) Emulator
+# Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net>
+#
+# $Id: CMakeLists.txt 364 2010-02-11 10:24:45Z mast $
+
+file(GLOB crypto_SRCS "*.[h|c]")
+add_library(crypto STATIC ${crypto_SRCS})
+target_link_libraries(crypto gmp)
+
« no previous file with comments | « config.h.in ('k') | crypto/bn.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698