4a13850695c28e214b03870abf283b62a5167cdc
[platform/framework/web/web-provider.git] / src / CMakeLists.txt
1 # Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
2 #
3 #    Licensed under the Flora License, Version 1.0 (the "License");
4 #    you may not use this file except in compliance with the License.
5 #    You may obtain a copy of the License at
6 #
7 #        http://floralicense.org/license/
8 #
9 #    Unless required by applicable law or agreed to in writing, software
10 #    distributed under the License is distributed on an "AS IS" BASIS,
11 #    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #    See the License for the specific language governing permissions and
13 #    limitations under the License.
14 #
15 # @author   Yunchan Cho (yunchan.cho@samsung.com)
16
17 SET(TARGET_API web-provider-api)
18 SET(TARGET_CORE web-provider-core)
19 SET(TARGET_DAEMON web-provider)
20 SET(TARGET_PLUGIN web-provider-plugin)
21
22 INCLUDE_DIRECTORIES(
23     ${CMAKE_CURRENT_SOURCE_DIR}/API
24     ${CMAKE_CURRENT_SOURCE_DIR}/Core
25     ${CMAKE_CURRENT_SOURCE_DIR}/Plugin
26 )
27
28 ADD_SUBDIRECTORY(API)
29 ADD_SUBDIRECTORY(Core)
30 ADD_SUBDIRECTORY(Daemon)
31 ADD_SUBDIRECTORY(Plugin)