CMake/Tests/ObjectLibrary
Brad King c3242500b6 Test OBJECT library use without other sources
Reference OBJECT libraries for inclusion in targets that have no other
sources to verify that the linker language propagates correctly from the
object libraries.  Test with a STATIC library, a SHARED library, and an
EXECUTABLE target.  Use the static and shared libraries each in
executables that end up using the object library symbols.

In VS 6, 7, and 7.1 add a dummy object file to convince the IDE to build
the targets without sources.  In Xcode add a dummy source file to
convince it to build targets without sources.
2012-03-16 10:12:30 -04:00
..
A Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
B Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
AB.def Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00
CMakeLists.txt Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00
c.c Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
dummy.c Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00
dummy.obj Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00
main.c Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
mainAB.c Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00