Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 340 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 340 Bytes

Generating export headers

In this recipe we wish to:

  • Build both a shared and static library from the same set of source files.
  • Ensure that only the visibility of symbols in the shared library is properly delimited.

To demonstrate this, we revisit Recipe 3 in Chapter 1.