Skip to content

Commit

Permalink
Update CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgorbunov authored and SammyVimes committed Apr 9, 2024
1 parent 40926e4 commit ebf638f
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ydb/core/kqp/executer_actor/CMakeLists.darwin-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@


add_subdirectory(ut)
get_built_tool_path(
TOOL_enum_parser_bin
TOOL_enum_parser_dependency
tools/enum_parser/enum_parser
enum_parser
)

add_library(core-kqp-executer_actor)
target_compile_options(core-kqp-executer_actor PRIVATE
Expand Down Expand Up @@ -36,6 +42,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
yql-dq-runtime
yql-dq-tasks
providers-common-http_gateway
tools-enum_parser-enum_serialization_runtime
)
target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
Expand All @@ -54,3 +61,8 @@ target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
)
generate_enum_serilization(core-kqp-executer_actor
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
INCLUDE_HEADERS
ydb/core/kqp/executer_actor/kqp_executer.h
)
12 changes: 12 additions & 0 deletions ydb/core/kqp/executer_actor/CMakeLists.darwin-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@


add_subdirectory(ut)
get_built_tool_path(
TOOL_enum_parser_bin
TOOL_enum_parser_dependency
tools/enum_parser/enum_parser
enum_parser
)

add_library(core-kqp-executer_actor)
target_compile_options(core-kqp-executer_actor PRIVATE
Expand Down Expand Up @@ -36,6 +42,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
yql-dq-runtime
yql-dq-tasks
providers-common-http_gateway
tools-enum_parser-enum_serialization_runtime
)
target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
Expand All @@ -54,3 +61,8 @@ target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
)
generate_enum_serilization(core-kqp-executer_actor
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
INCLUDE_HEADERS
ydb/core/kqp/executer_actor/kqp_executer.h
)
12 changes: 12 additions & 0 deletions ydb/core/kqp/executer_actor/CMakeLists.linux-aarch64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@


add_subdirectory(ut)
get_built_tool_path(
TOOL_enum_parser_bin
TOOL_enum_parser_dependency
tools/enum_parser/enum_parser
enum_parser
)

add_library(core-kqp-executer_actor)
target_compile_options(core-kqp-executer_actor PRIVATE
Expand Down Expand Up @@ -37,6 +43,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
yql-dq-runtime
yql-dq-tasks
providers-common-http_gateway
tools-enum_parser-enum_serialization_runtime
)
target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
Expand All @@ -55,3 +62,8 @@ target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
)
generate_enum_serilization(core-kqp-executer_actor
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
INCLUDE_HEADERS
ydb/core/kqp/executer_actor/kqp_executer.h
)
12 changes: 12 additions & 0 deletions ydb/core/kqp/executer_actor/CMakeLists.linux-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@


add_subdirectory(ut)
get_built_tool_path(
TOOL_enum_parser_bin
TOOL_enum_parser_dependency
tools/enum_parser/enum_parser
enum_parser
)

add_library(core-kqp-executer_actor)
target_compile_options(core-kqp-executer_actor PRIVATE
Expand Down Expand Up @@ -37,6 +43,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
yql-dq-runtime
yql-dq-tasks
providers-common-http_gateway
tools-enum_parser-enum_serialization_runtime
)
target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
Expand All @@ -55,3 +62,8 @@ target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
)
generate_enum_serilization(core-kqp-executer_actor
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
INCLUDE_HEADERS
ydb/core/kqp/executer_actor/kqp_executer.h
)
12 changes: 12 additions & 0 deletions ydb/core/kqp/executer_actor/CMakeLists.windows-x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@


add_subdirectory(ut)
get_built_tool_path(
TOOL_enum_parser_bin
TOOL_enum_parser_dependency
tools/enum_parser/enum_parser
enum_parser
)

add_library(core-kqp-executer_actor)
target_compile_options(core-kqp-executer_actor PRIVATE
Expand Down Expand Up @@ -36,6 +42,7 @@ target_link_libraries(core-kqp-executer_actor PUBLIC
yql-dq-runtime
yql-dq-tasks
providers-common-http_gateway
tools-enum_parser-enum_serialization_runtime
)
target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_data_executer.cpp
Expand All @@ -54,3 +61,8 @@ target_sources(core-kqp-executer_actor PRIVATE
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_graph.cpp
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_tasks_validate.cpp
)
generate_enum_serilization(core-kqp-executer_actor
${CMAKE_SOURCE_DIR}/ydb/core/kqp/executer_actor/kqp_executer.h
INCLUDE_HEADERS
ydb/core/kqp/executer_actor/kqp_executer.h
)

0 comments on commit ebf638f

Please sign in to comment.