aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-04 02:10:09 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-04 02:10:09 +0100
commit8fdf3ac14b5d2deb19997452fe41092442cfdff6 (patch)
treef832c6885a9a76422dc746d86b1e20b0fa4984af
parent090ff4fe2d47dd3b733bd8795a38ac8d444de428 (diff)
downloadsysc-playground-8fdf3ac14b5d2deb19997452fe41092442cfdff6.tar.gz
sysc-playground-8fdf3ac14b5d2deb19997452fe41092442cfdff6.zip
add nl for cgit md parser
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6c7136..eac733b 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ Happy hacking.
The SystemC simulator is automatically built as dependency in cmake. Currently
two different build scripts are available (mainly because of own experiments).
+
- [CMakeLists-sysc-fetch.txt](cmake/CMakeLists-sysc-fetch.txt) use
[`FetchContent`][cmake-fetch] to make SystemC available, this will treat
SystemC as source dependency and make all build targets available.