projects
/
platform
/
core
/
uifw
/
autofill.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b69adf6
)
Remove unused lines
14/207214/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 30 May 2019 10:12:10 +0000
(19:12 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 30 May 2019 10:12:10 +0000
(19:12 +0900)
Change-Id: I75223bfb93207b6ff020a3e7f2cd768ca0de0433
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
71a1b45
..
27785ee
100755
(executable)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-9,7
+9,6
@@
SET(VERSION 0.2.44)
FIND_PROGRAM(UNAME NAMES uname)
EXEC_PROGRAM("${UNAME}" ARGS "-m" OUTPUT_VARIABLE "ARCH")
-#ADD_DEFINITIONS("-DTTS_LIBDIR=\"${LIBDIR}\"")
ADD_DEFINITIONS("-Werror")
## Include common directory ##
@@
-18,9
+17,6
@@
INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/common")
## Dependent packages ##
INCLUDE(FindPkgConfig)
-## API ##
-#ADD_SUBDIRECTORY(include)
-
## Autofill common library ##
ADD_SUBDIRECTORY(common)