Skip to content

Commit

Permalink
Renamed tool file to include the name of the tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Mar 7, 2024
1 parent 8b77b97 commit 110f437
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/substrait/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ install(TARGETS substrait_io LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ../../../include/substrait/common/Io.h
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/substrait/common")

add_executable(plantransformer Tool.cpp)
add_executable(plantransformer PlanTransformerTool.cpp)

target_link_libraries(plantransformer substrait_io)
File renamed without changes.

0 comments on commit 110f437

Please sign in to comment.