SystemC-Components-Test/examples/transaction_recording/CMakeLists.txt

6 lines
169 B
CMake
Raw Normal View History

2020-04-23 16:11:34 +02:00
cmake_minimum_required(VERSION 3.12)
2018-04-27 19:35:45 +02:00
add_executable (transaction_recording
scv_tr_recording_example.cpp
)
2020-04-23 16:02:12 +02:00
target_link_libraries (transaction_recording LINK_PUBLIC scc)