Skip to content

Commit

Permalink
misc fixes for shared build
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Dec 6, 2024
1 parent 440da53 commit 9d15e53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions velox/dwio/dwrf/test/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ target_link_libraries(
velox_dwio_common
velox_dwio_common_exception
velox_dwio_dwrf_reader
velox_dwio_common_test_utils
velox_dwio_dwrf_writer
velox_exception
velox_memory
Expand Down
2 changes: 1 addition & 1 deletion velox/flag_definitions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
velox_add_library(velox_flag_definitions OBJECT flags.cpp)
velox_add_library(velox_flag_definitions flags.cpp)
velox_link_libraries(velox_flag_definitions PRIVATE gflags::gflags)
4 changes: 2 additions & 2 deletions velox/tool/trace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

velox_add_library(
add_library(
velox_query_trace_replayer_base
AggregationReplayer.cpp
FilterProjectReplayer.cpp
Expand All @@ -23,7 +23,7 @@ velox_add_library(
TableWriterReplayer.cpp
TraceReplayRunner.cpp)

velox_link_libraries(
target_link_libraries(
velox_query_trace_replayer_base
velox_aggregates
velox_type
Expand Down

0 comments on commit 9d15e53

Please sign in to comment.