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

Unified Diff: tpmd/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 | « tpm/tpm_transport.c ('k') | tpmd/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tpmd/CMakeLists.txt
diff --git a/tpmd/CMakeLists.txt b/tpmd/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..167c7e57d80d4b305c92109ebc9c4fc8d1c5b614
--- /dev/null
+++ b/tpmd/CMakeLists.txt
@@ -0,0 +1,15 @@
+# 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 $
+
+if(UNIX)
+
+add_subdirectory(unix)
+
+elseif(WIN32)
+
+add_subdirectory(windows)
+
+endif()
+
« no previous file with comments | « tpm/tpm_transport.c ('k') | tpmd/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698