Skip to content

Commit 516e21f

Browse files
committed
feat ydb: fix cmake script
Tests: протестировано CI commit_hash:6dbd1dbf80bb06370474dca5937108d7b06621f3
1 parent b1f4d2e commit 516e21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/functional_tests/basic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(userver-ydb-tests-basic CXX)
22

33
add_executable(
44
${PROJECT_NAME} "ydb_service.cpp" "views/describe-table/post/view.cpp" "views/select-list/post/view.cpp"
5-
"views/select-rows/post/view.cpp" "views/upsert-row/post/view.cpp" "views/upsert-row-old/post/view.cpp""
5+
"views/select-rows/post/view.cpp" "views/upsert-row/post/view.cpp" "views/upsert-row-old/post/view.cpp"
66
)
77
target_link_libraries(${PROJECT_NAME} userver::ydb)
88
target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})

0 commit comments

Comments
 (0)