CMake/Tests/ObjectLibrary/A
Brad King 69d3d1835c Test OBJECT library success cases
Add "ObjectLibrary" test to build and use OBJECT libraries.  Build
multiple object libraries in separate directories with different flags.
Use a custom command to generate a source file in one OBJECT library.

Reference the OBJECT libraries for inclusion in 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.  Verify that object library symbols are exported from the
shared library.
2012-03-16 10:12:30 -04:00
..
CMakeLists.txt Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
a.h Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
a1.c.in Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
a2.c Test OBJECT library success cases 2012-03-16 10:12:30 -04:00