diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-04 02:10:09 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-04 02:10:09 +0100 |
commit | 8fdf3ac14b5d2deb19997452fe41092442cfdff6 (patch) | |
tree | f832c6885a9a76422dc746d86b1e20b0fa4984af | |
parent | 090ff4fe2d47dd3b733bd8795a38ac8d444de428 (diff) | |
download | sysc-playground-8fdf3ac14b5d2deb19997452fe41092442cfdff6.tar.gz sysc-playground-8fdf3ac14b5d2deb19997452fe41092442cfdff6.zip |
add nl for cgit md parser
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |