From 22db1a2e1b41bed7d5083ce68888a583881d58bf Mon Sep 17 00:00:00 2001 From: 0scar Date: Fri, 28 Jul 2023 11:45:33 +0200 Subject: Flesh out cmakelists & streamline some functions --- docs/cmake-integration.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/cmake-integration.md (limited to 'docs') diff --git a/docs/cmake-integration.md b/docs/cmake-integration.md new file mode 100644 index 0000000..1b688e0 --- /dev/null +++ b/docs/cmake-integration.md @@ -0,0 +1,9 @@ +# Cmake targets + +The preferred way to include daw in your CMake project is to use `FetchContent`: +```CMake +FetchContent_Declare(daw + GIT_REPOSITORY https://github.com/0undefined/daw.git + GIT_TAG latest +) +``` -- cgit v1.3