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

Unified Diff: mtm/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 | « crypto/sha1.c ('k') | mtm/mtm_capability.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mtm/CMakeLists.txt
diff --git a/mtm/CMakeLists.txt b/mtm/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7bbb132267b41f297f08b64243517e398b1adf7c
--- /dev/null
+++ b/mtm/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Software-based Trusted Platform Module (TPM) Emulator
+# Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net>
+#
+# $Id: CMakeLists.txt 376 2010-02-16 14:51:42Z mast $
+
+add_definitions(-DMTM_EMULATOR)
+file(GLOB tpm_SRCS ../tpm/tpm_cmd_handler.c ../tpm/tpm_data.c)
+file(GLOB mtm_SRCS "*.[h|c]")
+add_library(mtm STATIC ${mtm_SRCS} ${tpm_SRCS})
+
« no previous file with comments | « crypto/sha1.c ('k') | mtm/mtm_capability.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698