CMakeLists.txt 166 B

12345678
  1. project(libstatic)
  2. # Show that the export header has no effect on a static library.
  3. add_library(libstatic STATIC libstatic.cpp)
  4. generate_export_header(libstatic)