FreeRDP/winpr/libwinpr/asn1/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 winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
TestAsn1BerDec.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1BerEnc.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1Compare.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1Decode.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1Decoder.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1DerDec.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1DerEnc.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1Encode.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1Encoder.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1Integer.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1Module.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
TestAsn1String.c winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00