Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 780 Bytes

File metadata and controls

36 lines (27 loc) · 780 Bytes

Polyfill utility for saucer


📦 Installation

  • Using CPM

    CPMFindPackage(
      NAME           saucer-fill
      VERSION        1.0.0
      GIT_REPOSITORY "https://github.com/saucer/fill"
    )
  • Using FetchContent

    include(FetchContent)
    
    FetchContent_Declare(saucer-fill GIT_REPOSITORY "https://github.com/saucer/fill" GIT_TAG v1.0.0)
    FetchContent_MakeAvailable(saucer-fill)

Finally, link against target:

target_link_libraries(<target> saucer::fill)