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

5 lines
219 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-sysc)
add_test(NAME quantum_keeper_mt COMMAND quantum_keeper_mt)
endif()