projects
/
platform
/
core
/
security
/
klay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4a3b98
)
Fix missing library linking (pthread)
38/107138/1
accepted/tizen/common/20161229.140159
accepted/tizen/ivi/20161229.113619
accepted/tizen/mobile/20161229.113608
accepted/tizen/tv/20161229.113612
accepted/tizen/wearable/20161229.113616
submit/tizen/20161229.045846
author
Seok Hong
<seok85.hong@samsung.com>
Tue, 27 Dec 2016 01:41:20 +0000
(10:41 +0900)
committer
Seok Hong
<seok85.hong@samsung.com>
Tue, 27 Dec 2016 01:42:33 +0000
(10:42 +0900)
Change-Id: I186c998d61450ceaa91864a86b39ecb2c08818bf
Signed-off-by: Seok Hong <seok85.hong@samsung.com>
test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/test/CMakeLists.txt
b/test/CMakeLists.txt
index 5967cc4f6c0921cb02b77a17a53986523902f51f..ead509b4ac63ac709d77e6d23a89a997d4cf983a 100755
(executable)
--- a/
test/CMakeLists.txt
+++ b/
test/CMakeLists.txt
@@
-40,7
+40,7
@@
PKG_CHECK_MODULES(TEST_DEPS REQUIRED glib-2.0
INCLUDE_DIRECTORIES(SYSTEM ${TEST_DEPS_INCLUDE_DIRS} ${KLAY_INCLUDE})
-TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${TEST_DEPS_LIBRARIES} klay)
+TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${TEST_DEPS_LIBRARIES} klay
pthread
)
INSTALL(TARGETS ${PROJECT_NAME} DESTINATION bin)
INSTALL(FILES data/sample-policy.xml DESTINATION ${TEST_DATA_INSTALL_DIR})