Files
SystemC-Components-Test/tests/quantum_keeper_mt/CMakeLists.txt
Eyck Jentzsch cde2d0463c
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
adds initial files for mt test
2025-10-21 16:52:01 +02: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)