Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Replace QPF with QueryExecution mockable module #1579

Merged
merged 4 commits into from
Jul 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions irohad/execution/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# Copyright 2018 Soramitsu Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#Copyright Soramitsu Co., Ltd. All Rights Reserved.
#SPDX-License-Identifier: Apache-2.0
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# 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.

add_library(common_execution
impl/common_executor.cpp
Expand All @@ -34,7 +25,7 @@ target_link_libraries(command_execution
)

add_library(query_execution
impl/query_execution.cpp
impl/query_execution_impl.cpp
)

target_link_libraries(query_execution
Expand Down
Loading