We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f4d2e commit 516e21fCopy full SHA for 516e21f
ydb/functional_tests/basic/CMakeLists.txt
@@ -2,7 +2,7 @@ project(userver-ydb-tests-basic CXX)
2
3
add_executable(
4
${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""
+ "views/select-rows/post/view.cpp" "views/upsert-row/post/view.cpp" "views/upsert-row-old/post/view.cpp"
6
)
7
target_link_libraries(${PROJECT_NAME} userver::ydb)
8
target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
0 commit comments