Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 930 Bytes

File metadata and controls

40 lines (29 loc) · 930 Bytes

Desktop module for saucer


📦 Installation

  • Using CPM

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

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

Finally, link against target:

target_link_libraries(<target> saucer::desktop)

📃 Usage

For a usage example see the desktop-example