This repository has been archived on 2025-12-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SystemC-Components-Test/tests/quantum_keeper_mt/CMakeLists.txt
Eyck Jentzsch 3082b3c98b
Some checks failed
SCC Test/pipeline/head There was a failure building this commit
adds quantum_keeper_mt test
2025-11-25 06:53:11 +01:00

5 lines
226 B
CMake

if(SC_VERSION_MAJOR GREATER 2)
add_executable (quantum_keeper_mt sc_main.cpp)
target_link_libraries (quantum_keeper_mt LINK_PUBLIC scc::components)
add_test(NAME quantum_keeper_mt COMMAND quantum_keeper_mt)
endif()