sl@0: # Copyright (c) 2009-2012 Stéphane Lenclud.
sl@0: # All rights reserved.
sl@0: # This component and the accompanying materials are made available
sl@0: # under the terms of the License "Eclipse Public License v1.0"
sl@0: # which accompanies this distribution, and is available
sl@0: # at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: #
sl@0: # Initial Contributors:
sl@0: # Stéphane Lenclud.
sl@0: #
sl@0: 
sl@0: cmake_minimum_required(VERSION 2.8)
sl@0: 
sl@0: include(domaincli.cmake)
sl@0: include(domainsrv.cmake)
sl@0: include(domainpolicy.cmake)
sl@0: 
sl@0: #--------------------------------------------------
sl@0: # Symbian exports
sl@0: #--------------------------------------------------
sl@0: 
sl@0: platform_export(../inc/domaindefs.h /)
sl@0: platform_export(../inc/domainmanager.h /)
sl@0: platform_export(../inc/domainmember.h /)
sl@0: platform_export(../inc/domainpolicy.h /)
sl@0: 
sl@0: #--------------------------------------------------