blob: 5633c395bcb3b3ce377193c1ca1d6d9810c97852 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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.
include(ProcessTestsConfigure)
# BUILD THIRD-PARTY DEPENDENCIES FIRST.
#######################################
add_subdirectory(3rdparty)
# BUILD THE PROCESS LIBRARY.
############################
if (NOT WIN32)
# TODO(hausdorff): add support for building the process library properly.
add_subdirectory(src)
endif (NOT WIN32)
# PROCESS TESTING INFRASTRUCTURE.
#################################
if (NOT WIN32)
# TODO(hausdorff): add support for building the process lib tests properly.
add_subdirectory(src/tests)
endif (NOT WIN32)