commit | 3c6409b0665436cc29272c8c9c0312e4a0fb5e2c | [log] [download] |
---|---|---|
author | hasufell <hasufell@hasufell.de> | Thu Mar 06 15:49:08 2014 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Mar 13 19:25:06 2014 +0100 |
tree | a441dd99a1a8cfe02429e24ea70e2b83bc7377de | |
parent | 7c4a553bafc1eae37d8387603d0409f4681632dd [diff] |
CMake: allow to build both shared and static at once This allows for more fine-grained control. Possible combinations: * static off, shared on * static on, shared off * static on, shared on The static library is always called "libpolarssl.a" and is only used for linking of tests and internal programs if the shared lib is not being built. Default is: only build static lib.