Change-Id: Ieae1dfe66ce339a37efa538f872088c59e936ff8
Signed-off-by: Eunhae Choi <eunhae1.choi@samsung.com>
IF (TIZEN_WEARABLE)
SET(INC_DIR include/wearable)
+ELSE (TIZEN_WEARABLE)
+SET(INC_DIR include/common)
ENDIF (TIZEN_WEARABLE)
-IF (TIZEN_MOBILE)
-SET(INC_DIR include/mobile)
-ENDIF (TIZEN_MOBILE)
-
SET(INC_COM_DIR include)
INCLUDE_DIRECTORIES(${INC_DIR}, ${INC_COM_DIR})
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
SET(fw_test "${fw_name}-test")
-INCLUDE_DIRECTORIES(../include/mobile)
+INCLUDE_DIRECTORIES(../include/common)
link_directories(${CMAKE_SOURCE_DIR}/../)
IF(X11_SUPPORT)