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

10 lines
209 B
CMake
Raw Normal View History

2024-04-04 22:19:43 +02:00
project (cci_param_restricted)
add_executable(${PROJECT_NAME}
test.cpp
${test_util_SOURCE_DIR}/sc_main.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC test_util)
catch_discover_tests(${PROJECT_NAME})