FreeRDP/libfreerdp/crypto/test
Bernhard Miklautz 9e8c6c99b6 First shot on fixing over linking
If a target is linked against libraries with cmake
(target_link_libraries) and the libraries are not marked as PRIVATE
they are "exported" and in case a other target is linked against this
target it is also linked against *all* (not private) libraries.

Without declaring private libraries PRIVATE a lot of over linking
(linking against unneeded libraries) was done.
2016-03-29 18:14:34 +02:00
..
known_hosts Added unit test. 2015-06-09 18:03:32 +02:00
.gitignore Add .gitignore files for test generated files 2014-05-21 22:18:38 +02:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
TestBase64.c freerdp: fix incorrect copyright headers 2014-05-22 15:56:47 -04:00
TestKnownHosts.c Integrate pull request feedback 2015-07-01 12:22:32 +02:00