Some checks failed
SCC Test/pipeline/head There was a failure building this commit
5 lines
173 B
CMake
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) |