commit | 0f90d7d2b59680f652ad62e3f05a21a77c291811 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 30 11:49:44 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 30 11:49:44 2014 +0200 |
tree | f57269cb35b8f5f83f3ad13c5b1431c907635d87 | |
parent | 8394684dd3590986602aba60337d33e4de16095b [diff] [blame] |
version_check_feature() added to check for compile-time options at run-time
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 19d1a2a..8b595cf 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -60,6 +60,7 @@ threading.c timing.c version.c + version_features.c x509.c x509_crt.c x509_crl.c