File tree 5 files changed +60
-0
lines changed
ydb/core/kqp/executer_actor 5 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
add_subdirectory(ut)
10
+ get_built_tool_path(
11
+ TOOL_enum_parser_bin
12
+ TOOL_enum_parser_dependency
13
+ tools/enum_parser/enum_parser
14
+ enum_parser
15
+ )
10
16
11
17
add_library(core-kqp-executer_actor)
12
18
target_compile_options(core-kqp-executer_actor PRIVATE
@@ -36,6 +42,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
36
42
yql-dq-runtime
37
43
yql-dq-tasks
38
44
providers-common-http_gateway
45
+ tools-enum_parser-enum_serialization_runtime
39
46
)
40
47
target_sources(core-kqp-executer_actor PRIVATE
41
48
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
@@ -54,3 +61,8 @@ target_sources(core-kqp-executer_actor PRIVATE
54
61
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
55
62
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
56
63
)
64
+ generate_enum_serilization(core-kqp-executer_actor
65
+ ${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
66
+ INCLUDE_HEADERS
67
+ ydb/core/kqp/executer_actor/kqp_executer.h
68
+ )
Original file line number Diff line number Diff line change 7
7
8
8
9
9
add_subdirectory(ut)
10
+ get_built_tool_path(
11
+ TOOL_enum_parser_bin
12
+ TOOL_enum_parser_dependency
13
+ tools/enum_parser/enum_parser
14
+ enum_parser
15
+ )
10
16
11
17
add_library(core-kqp-executer_actor)
12
18
target_compile_options(core-kqp-executer_actor PRIVATE
@@ -36,6 +42,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
36
42
yql-dq-runtime
37
43
yql-dq-tasks
38
44
providers-common-http_gateway
45
+ tools-enum_parser-enum_serialization_runtime
39
46
)
40
47
target_sources(core-kqp-executer_actor PRIVATE
41
48
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
@@ -54,3 +61,8 @@ target_sources(core-kqp-executer_actor PRIVATE
54
61
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
55
62
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
56
63
)
64
+ generate_enum_serilization(core-kqp-executer_actor
65
+ ${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
66
+ INCLUDE_HEADERS
67
+ ydb/core/kqp/executer_actor/kqp_executer.h
68
+ )
Original file line number Diff line number Diff line change 7
7
8
8
9
9
add_subdirectory(ut)
10
+ get_built_tool_path(
11
+ TOOL_enum_parser_bin
12
+ TOOL_enum_parser_dependency
13
+ tools/enum_parser/enum_parser
14
+ enum_parser
15
+ )
10
16
11
17
add_library(core-kqp-executer_actor)
12
18
target_compile_options(core-kqp-executer_actor PRIVATE
@@ -37,6 +43,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
37
43
yql-dq-runtime
38
44
yql-dq-tasks
39
45
providers-common-http_gateway
46
+ tools-enum_parser-enum_serialization_runtime
40
47
)
41
48
target_sources(core-kqp-executer_actor PRIVATE
42
49
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
@@ -55,3 +62,8 @@ target_sources(core-kqp-executer_actor PRIVATE
55
62
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
56
63
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
57
64
)
65
+ generate_enum_serilization(core-kqp-executer_actor
66
+ ${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
67
+ INCLUDE_HEADERS
68
+ ydb/core/kqp/executer_actor/kqp_executer.h
69
+ )
Original file line number Diff line number Diff line change 7
7
8
8
9
9
add_subdirectory(ut)
10
+ get_built_tool_path(
11
+ TOOL_enum_parser_bin
12
+ TOOL_enum_parser_dependency
13
+ tools/enum_parser/enum_parser
14
+ enum_parser
15
+ )
10
16
11
17
add_library(core-kqp-executer_actor)
12
18
target_compile_options(core-kqp-executer_actor PRIVATE
@@ -37,6 +43,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
37
43
yql-dq-runtime
38
44
yql-dq-tasks
39
45
providers-common-http_gateway
46
+ tools-enum_parser-enum_serialization_runtime
40
47
)
41
48
target_sources(core-kqp-executer_actor PRIVATE
42
49
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
@@ -55,3 +62,8 @@ target_sources(core-kqp-executer_actor PRIVATE
55
62
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
56
63
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
57
64
)
65
+ generate_enum_serilization(core-kqp-executer_actor
66
+ ${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
67
+ INCLUDE_HEADERS
68
+ ydb/core/kqp/executer_actor/kqp_executer.h
69
+ )
Original file line number Diff line number Diff line change 7
7
8
8
9
9
add_subdirectory(ut)
10
+ get_built_tool_path(
11
+ TOOL_enum_parser_bin
12
+ TOOL_enum_parser_dependency
13
+ tools/enum_parser/enum_parser
14
+ enum_parser
15
+ )
10
16
11
17
add_library(core-kqp-executer_actor)
12
18
target_compile_options(core-kqp-executer_actor PRIVATE
@@ -36,6 +42,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
36
42
yql-dq-runtime
37
43
yql-dq-tasks
38
44
providers-common-http_gateway
45
+ tools-enum_parser-enum_serialization_runtime
39
46
)
40
47
target_sources(core-kqp-executer_actor PRIVATE
41
48
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
@@ -54,3 +61,8 @@ target_sources(core-kqp-executer_actor PRIVATE
54
61
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
55
62
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
56
63
)
64
+ generate_enum_serilization(core-kqp-executer_actor
65
+ ${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
66
+ INCLUDE_HEADERS
67
+ ydb/core/kqp/executer_actor/kqp_executer.h
68
+ )
You can’t perform that action at this time.
0 commit comments