2020-04-23 16:11:34 +02:00
|
|
|
cmake_minimum_required(VERSION 3.12)
|
2018-04-27 19:35:45 +02:00
|
|
|
add_executable (transaction_recording
|
|
|
|
scv_tr_recording_example.cpp
|
|
|
|
)
|
2020-04-23 16:02:12 +02:00
|
|
|
target_link_libraries (transaction_recording LINK_PUBLIC scc)
|
2020-06-04 09:46:46 +02:00
|
|
|
|
|
|
|
add_test(NAME tx_rec_test COMMAND transaction_recording)
|