blob: 167c7e57d80d4b305c92109ebc9c4fc8d1c5b614 [file] [log] [blame]
# 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()