Skip to content

Commit

Permalink
Cleanup velox/tool/trace/CMakeLists.txt (#11406)
Browse files Browse the repository at this point in the history
Summary:
A follow-up PR for #11351 to cleanup CMake.

`TraceReplayRunner.cpp` already added as a library in #11388.

CC duanmeng

Pull Request resolved: #11406

Reviewed By: Yuhta

Differential Revision: D65420171

Pulled By: mbasmanova

fbshipit-source-id: 4111bee7a238baa1bb87e885d100d35cdb569626
  • Loading branch information
zuyu authored and facebook-github-bot committed Nov 4, 2024
1 parent e5234d1 commit 03a3173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velox/tool/trace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
velox_add_library(
velox_query_trace_replayer_base
AggregationReplayer.cpp
FilterProjectReplayer.cpp
OperatorReplayerBase.cpp
PartitionedOutputReplayer.cpp
TableWriterReplayer.cpp
FilterProjectReplayer.cpp
TraceReplayRunner.cpp)

velox_link_libraries(
Expand All @@ -35,7 +35,7 @@ velox_link_libraries(
glog::glog
gflags::gflags)

add_executable(velox_query_replayer TraceReplayerMain.cpp TraceReplayRunner.cpp)
add_executable(velox_query_replayer TraceReplayerMain.cpp)

target_link_libraries(
velox_query_replayer
Expand Down

0 comments on commit 03a3173

Please sign in to comment.