MikePopoloski / slang_subproject_example

Example for using slang as a subproject via cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example for using slang as a subproject via cmake

License:MIT License


Languages

Language:C++ 66.3%Language:CMake 33.7%