SystemC-Components-Test/tests/configurer/CMakeLists.txt

3 lines
183 B
CMake
Raw Normal View History

2024-05-03 22:14:29 +02:00
add_executable (configurer sc_main.cpp)
target_link_libraries (configurer LINK_PUBLIC scc-sysc)
add_test(NAME configurer_test COMMAND configurer ${CMAKE_CURRENT_SOURCE_DIR}/test.yaml)