From 85f498bc0749ba8479357d96994c9b46d36c5a52 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 4 Nov 2023 20:38:54 +0100 Subject: cmake: rename systemc files and fix Makefile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3