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

11 lines
262 B
CMake

project (ordered_semaphore)
add_executable(${PROJECT_NAME}
test.cpp
${test_util_SOURCE_DIR}/sc_main.cpp
)
target_link_libraries (${PROJECT_NAME} PUBLIC test_util)
add_test(NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
#catch_discover_tests(${PROJECT_NAME})