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