Embedding utility for saucer
-
Using CPM
CPMFindPackage( NAME saucer-embed VERSION 1.0.0 GIT_REPOSITORY "https://github.com/saucer/embed?target=https://github.com" )
-
Using FetchContent
include(FetchContent) FetchContent_Declare(saucer-embed GIT_REPOSITORY "https://github.com/saucer/embed?target=https://github.com" GIT_TAG v1.0.0) FetchContent_MakeAvailable(saucer-embed)