summaryrefslogtreecommitdiff
path: root/enhanced-position-service/src/test/externals/CMakeLists.txt
blob: e5926f0d955362c590f96063805201edb02ddcd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
###########################################################################
# @licence app begin@
# SPDX-License-Identifier: MPL-2.0
#
# Component Name: EnhancedPositionService
#
# Author: Thomas Bader
#
# Copyright (C) 2012, BMW Car IT GmbH
# 
# License:
# This Source Code Form is subject to the terms of the
# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# @licence end@
###########################################################################

if (WITH_TESTS)

add_subdirectory(gtest-1.6.0)
#include_directories(${gtest_SOURCE_DIR}/include)

endif(WITH_TESTS)