Commit 7182c2f561570cd9ceb704623ebe9ae3608c7b43

Azat Khuzhin 2017-03-12T23:31:59

cmake: build SHARED and STATIC libraries (like autoconf does) Since they are useful for debugging, and if autotools build them then cmamke has to do this too, to make migration more simple. And now: - tests: uses shared libraries (since this is upstreams one) - other binaries: uses static libraries This removes next private config: - EVENT__NEED_DLLIMPORT