projects
/
platform
/
core
/
test
/
security-tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0458855
)
Fix build break caused by toolchain upgrade
44/127144/1
author
sangwan.kwon
<sangwan.kwon@samsung.com>
Wed, 26 Apr 2017 08:42:09 +0000
(17:42 +0900)
committer
sangwan.kwon
<sangwan.kwon@samsung.com>
Wed, 26 Apr 2017 08:42:51 +0000
(17:42 +0900)
Change-Id: I0600b408375e5a5e502843a18ed6b9fb2eb25136
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
tests/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/tests/CMakeLists.txt
b/tests/CMakeLists.txt
index b1b4d87805c9fda0a1cbbcb7dac40486739827ac..2486b9548d5e188e1393f189643ee28ec6146b40 100644
(file)
--- a/
tests/CMakeLists.txt
+++ b/
tests/CMakeLists.txt
@@
-23,6
+23,8
@@
PKG_CHECK_MODULES(INNER_TARGET_DEP
glib-2.0
)
+FIND_PACKAGE(Threads)
+
#files to compile
SET(INNER_TARGET_TEST_SOURCES
${PROJECT_SOURCE_DIR}/tests/inner-test.cpp
@@
-48,6
+50,7
@@
TARGET_LINK_LIBRARIES(${INNER_TARGET_TEST}
${INNER_TARGET_DEP_LIBRARIES}
tests-common
dpl-test-framework
+ ${CMAKE_THREAD_LIBS_INIT}
)
#place for output file