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
CMakeLists.txt
TestAsn1BerDec.c
TestAsn1BerEnc.c
TestAsn1Compare.c
TestAsn1Decode.c
TestAsn1Decoder.c
TestAsn1DerDec.c
TestAsn1DerEnc.c
TestAsn1Encode.c
TestAsn1Encoder.c
TestAsn1Integer.c
TestAsn1Module.c
TestAsn1String.c