projects
/
platform
/
core
/
api
/
mediamuxer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01628c6
)
Fixed invalid build path in CMakeLists file
13/44513/1
accepted/tizen/mobile/20150723.090011
accepted/tizen/tv/20150723.090122
accepted/tizen/wearable/20150723.090220
submit/tizen/20150723.072807
author
Joungkook Seo
<jk7704.seo@samsung.com>
Thu, 23 Jul 2015 01:29:32 +0000
(10:29 +0900)
committer
Joungkook Seo
<jk7704.seo@samsung.com>
Thu, 23 Jul 2015 01:29:40 +0000
(10:29 +0900)
Change-Id: If4b42da472939810a8f5e500a830e5dc0531d09a
Signed-off-by: Joungkook Seo <jk7704.seo@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
35a7cf0
..
427c0d8
100755
(executable)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-75,7
+75,7
@@
CONFIGURE_FILE(
${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc
@ONLY
)
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc DESTINATION
lib
/pkgconfig)
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${fw_name}.pc DESTINATION
${LIB_INSTALL_DIR}
/pkgconfig)
ADD_SUBDIRECTORY(test)