rename include dir : mobile->common 04/61704/3
authorEunhae Choi <eunhae1.choi@samsung.com>
Thu, 10 Mar 2016 02:59:47 +0000 (11:59 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 15 Mar 2016 13:30:54 +0000 (22:30 +0900)
Change-Id: Ieae1dfe66ce339a37efa538f872088c59e936ff8
Signed-off-by: Eunhae Choi <eunhae1.choi@samsung.com>
CMakeLists.txt
include/common/player.h [moved from include/mobile/player.h with 100% similarity]
include/common/player_internal.h [moved from include/mobile/player_internal.h with 100% similarity]
test/CMakeLists.txt

index 4ea570c..284f5ad 100644 (file)
@@ -9,12 +9,10 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX})
 
 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})
index a3c46f3..b1e4594 100644 (file)
@@ -1,7 +1,7 @@
 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)