/slang_subproject_example

Example for using slang as a subproject via cmake

Primary LanguageC++MIT LicenseMIT

This repository is an example of consuming the slang project via CMake as a subproject build. It uses CMake's FetchContent feature; slang can also equivalently be used via a git submodule and an add_subdirectory call.