FreeRDP/winpr/libwinpr/memory
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
..
test First shot on fixing over linking 2016-03-29 18:14:34 +02:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
ModuleOptions.cmake libwinpr-memory: start stubbing 2014-01-31 18:27:58 -05:00
memory.c libwinpr-memory: add missing definitions 2014-01-31 20:48:31 -05:00
memory.h libwinpr-memory: start stubbing 2014-01-31 18:27:58 -05:00