SystemC-Components-Test/tests/sim_performance/CMakeLists.txt

10 lines
257 B
CMake
Raw Normal View History

2020-05-27 16:47:07 +02:00
cmake_minimum_required(VERSION 3.12)
add_executable (sim_performance
sc_main.cpp
pkt_sender.cpp
pkt_switch.cpp
2020-05-27 16:47:07 +02:00
top.cpp
)
target_link_libraries (sim_performance LINK_PUBLIC scc)
target_link_libraries (sim_performance LINK_PUBLIC ${Boost_LIBRARIES} )