FreeRDP/libfreerdp/core/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
..
.gitignore Complement gitignore files with new generated files 2015-04-01 11:13:05 +02:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
TestConnect.c Fixed error checks for command line parser. 2016-02-01 15:18:34 +01:00
TestSettings.c windows: fix compilation and warnings 2015-06-22 19:31:25 +02:00
TestVersion.c Added get_build_config functions. 2016-01-28 14:26:50 +01:00