This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
CPP: Link generate_geocoding_data_test with pthread.
pull/567/head
Fredrik Roubert
13 years ago
committed by
Mihaela Rosca
parent
2483f68616
commit
60db87a603
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
tools/cpp/CMakeLists.txt
+ 4
- 0
tools/cpp/CMakeLists.txt
View File
@ -70,6 +70,10 @@ set (TEST_SOURCES
set
(
TEST_LIBS
${
GTEST_LIB
}
)
if
(
NOT
WIN32
)
list
(
APPEND
TEST_LIBS
pthread
)
endif
(
)
#
B
u
i
l
d
t
h
e
t
e
s
t
i
n
g
b
i
n
a
r
y
.
include_directories
(
"test"
)
add_executable
(
generate_geocoding_data_test
${
TEST_SOURCES
}
)
Write
Preview
Loading…
Cancel
Save