accellera-official / systemc

SystemC Reference Implementation
https://systemc.org/overview/systemc/
Apache License 2.0
445 stars 141 forks source link

How to link systemc with CMake? #42

Closed 492859780 closed 4 months ago

492859780 commented 1 year ago

There is no include directory in the project, so my hello world demo in another directory can't find header files using CMake. How do l link systemc with CMake in other directory.

AmeyaVS commented 1 year ago

Did you try the steps mentioned here on building using CMake?

492859780 commented 1 year ago

Did you try the steps mentioned here on building using CMake?

I solved the problem with these steps, thanks.

AmeyaVS commented 1 year ago

@492859780 , Probably close the issue. If you are able to proceed now.