From 407dd2407d2b880660c24b3c1cab88cb67dafddf Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Mon, 20 Apr 2020 23:13:12 +0200 Subject: [PATCH] Update README.md (#23) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5cf04d..e3e72f0 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ The following are currently supported. > Can I use this for header-only libraries? Yes, however you will need to change the library type to an `INTERFACE` library as documented in the [CMakeLists.txt](CMakeLists.txt). +See [here](https://github.com/TheLartians/StaticTypeInfo) for an example header-only library based on the template. > I don't need a standalone target. How can I get rid of it?