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

10 lines
223 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})