aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eac733b..323d21c 100644
--- a/README.md
+++ b/README.md
@@ -31,10 +31,10 @@ 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
+- [SystemC-fetch.cmake](cmake/SystemC-fetch.cmake) use
[`FetchContent`][cmake-fetch] to make SystemC available, this will treat
SystemC as source dependency and make all build targets available.
-- [CMakeLists-sysc-external.txt](cmake/CMakeLists-sysc-external.txt) use
+- [SystemC-external.cmake](cmake/SystemC-external.cmake) use
[`ExternalProject`][cmake-external] to make SystemC available, this will
treat SystemC as external dependency and therefore needs to provide targets
manually.