summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: 5f1044288e5f3d01d894c4b4c2008bd9b6dbf2b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

MESSAGE("build nfc setting menu")

IF(TIZEN_MOBILE)
MESSAGE("profile : mobile")
ADD_SUBDIRECTORY(mobile)
ENDIF(TIZEN_MOBILE)

IF(TIZEN_WEARABLE)
MESSAGE("profile : wearable")
ADD_SUBDIRECTORY(wearable)
ENDIF(TIZEN_WEARABLE)