Skip to content

saucer/desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

🛸 Desktop utilities (File-Dialogs, ...)

Resources

License

Stars

Watchers

Forks

Packages

No packages published