diff options
Diffstat (limited to 'library/cpp/actors/testlib')
| -rw-r--r-- | library/cpp/actors/testlib/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/library/cpp/actors/testlib/CMakeLists.txt b/library/cpp/actors/testlib/CMakeLists.txt new file mode 100644 index 00000000000..13e311a606d --- /dev/null +++ b/library/cpp/actors/testlib/CMakeLists.txt @@ -0,0 +1,13 @@ +add_library(cpp-actors-testlib) +target_link_libraries(cpp-actors-testlib PUBLIC + contrib-libs-cxxsupp + yutil + cpp-actors-core + actors-interconnect-mock + cpp-actors-protos + library-cpp-random_provider + library-cpp-time_provider +) +target_sources(cpp-actors-testlib PRIVATE + ${CMAKE_SOURCE_DIR}/library/cpp/actors/testlib/test_runtime.cpp +) |
