blob: 252b910f52c5897ae4c94f6264cdb16045cd1299 [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 $
file(GLOB crypto_SRCS "*.[h|c]")
add_library(crypto STATIC ${crypto_SRCS})
target_link_libraries(crypto gmp)