author | Matt Plumtree <matt.plumtree@nokia.com> |
Thu, 16 Sep 2010 12:43:44 +0100 | |
branch | bug235_bringup_0 |
changeset 23 | e70851cd9e5e |
child 24 | a3f46bb01be2 |
permissions | -rw-r--r-- |
23
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
1 |
# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
2 |
# All rights reserved. |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
3 |
# This component and the accompanying materials are made available |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
4 |
# under the terms of "Eclipse Public License v1.0" |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
5 |
# which accompanies this distribution, and is available |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
6 |
# at the URL "http:#www.eclipse.org/legal/epl-v10.html". |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
7 |
# |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
8 |
# Initial Contributors: |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
9 |
# Nokia Corporation - initial contribution. |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
10 |
# |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
11 |
# Contributors: |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
12 |
# |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
13 |
# Description: |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
14 |
# Temporary CMake meta build file for hostthreadadapter and holdingarea |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
15 |
|
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
16 |
cmake_minimum_required (VERSION 2.8) |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
17 |
|
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
18 |
set(GLOBAL_LIB_DIR ${PROJECT_SOURCE_DIR}/holdingarea/lib) |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
19 |
|
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
20 |
add_subdirectory(hostsupport/hostthreadadapter) |
e70851cd9e5e
Enable building of holdingarea code, using CMake/Microsoft Visual Studio Express, using hostthreadadapter.
Matt Plumtree <matt.plumtree@nokia.com>
parents:
diff
changeset
|
21 |
add_subdirectory(holdingarea) |