Remove unused dependencies
[platform/core/security/trusted/unified-ta-devkit.git] / CMakeLists.txt
1 # Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved
2 #
3 #    Licensed under the Apache License, Version 2.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://www.apache.org/licenses/LICENSE-2.0
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 # @file
16 # @author Rafal Tyminski (r.tyminski@samsung.com)
17 # @brief  CMakeLists file for unified ta devkit
18 #
19
20 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
21 PROJECT("unified-ta-devkit")
22
23 IF(NOT DEFINED BIT_SIZE)
24     SET(BIT_SIZE 32)
25 ENDIF()
26
27 IF(NOT DEFINED ${PKGCFG_VERSION})
28     SET(PKGCFG_VERSION 0.0)
29 ENDIF()
30
31 SET(TA_DEVEL_ROOT_PATH ${PROJECT_SOURCE_DIR})
32
33 ADD_SUBDIRECTORY(pkgconfig)
34 ADD_SUBDIRECTORY(cmake)
35 ADD_SUBDIRECTORY(rpm)