Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 221 Bytes

File metadata and controls

8 lines (7 loc) · 221 Bytes

cmake tutorial

  • eg1: introduction
  • eg2: include dirs
  • eg3: static library
  • eg4: shared library (not support MSVC)
  • eg4-1: shared library (support MSVC)
    • Be able to specify which type to build static or shared.