Files
SystemC-Components-Test/tests/quantum_keeper_mt/CMakeLists.txt
Eyck Jentzsch 7bb02bb49e
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
adds initial files for mt test
2025-11-08 15:15:35 +01:00

5 lines
173 B
CMake

add_executable (quantum_keeper_mt
sc_main.cpp
)
target_link_libraries (quantum_keeper_mt LINK_PUBLIC scc-sysc)
add_test(NAME quantum_keeper_mt COMMAND quantum_keeper_mt)