os/persistentdata/persistentstorage/store/group/CMakeLists.txt
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 # Copyright (c) 2009-2012 Stéphane Lenclud.
     2 # All rights reserved.
     3 # This component and the accompanying materials are made available
     4 # under the terms of the License "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 #
     8 # Initial Contributors:
     9 # Stéphane Lenclud.
    10 #
    11 
    12 #Avoid warnings
    13 cmake_minimum_required(VERSION 2.8)
    14 
    15 
    16 include (../BMAKE/estor.cmake)
    17 
    18 
    19 #-------------------------------------------
    20 # Exports
    21 
    22 
    23 public_export(../INC/S32BTREE.H /) 
    24 public_export(../INC/S32BTREE.INL /) 
    25 public_export(../INC/S32BUF.H /) 
    26 public_export(../INC/S32BUF.INL /) 
    27 public_export(../INC/S32CONT.H /) 
    28 public_export(../INC/S32CONT.INL /) 
    29 public_export(../INC/S32FILE.H /) 
    30 public_export(../INC/S32FILE.INL /) 
    31 public_export(../INC/S32MEM.H /) 
    32 public_export(../INC/S32MEM.INL /) 
    33 public_export(../INC/S32PAGE.H /) 
    34 public_export(../INC/S32PAGE.INL /) 
    35 public_export(../INC/S32SHARE.H /) 
    36 public_export(../INC/S32SHARE.INL /) 
    37 public_export(../INC/S32STD.H /) 
    38 public_export(../INC/S32STD.INL /) 
    39 public_export(../INC/S32STOR.H /) 
    40 public_export(../INC/S32STOR.INL /) 
    41 public_export(../INC/S32STRM.H /) 
    42 public_export(../INC/S32STRM.INL /) 
    43 public_export(../INC/S32UCMP.H /) 
    44 public_export(../INC/S32FILEBUFSIZE.H /) 
    45 
    46 platform_export(../INC/S32FileIter.h /) 
    47 platform_export(../INC/S32FileIter.inl /) 
    48 platform_export(../INC/S32CRYPT.H /) 
    49 platform_export(../INC/S32CRYPT.INL /)