FreeRDP/server
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
..
common Removed module.def from build config. 2016-02-29 15:24:07 +01:00
Mac Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
Sample Fixed context reset of sample server. 2016-03-02 14:46:33 +01:00
shadow First shot on fixing over linking 2016-03-29 18:14:34 +02:00
Windows Fixed dupliace FREERDP_API declarations. 2016-02-27 11:36:34 +01:00
.gitignore cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
CMakeLists.txt cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
freerdp-server.pc.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
FreeRDP-ServerConfig.cmake.in appropriate names in server & client cmake exports 2016-02-03 13:37:35 +01:00